// postcss.config.js module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, 'postcss-inset': {} }, }