postcss.config.js New file @@ -0,0 +1,6 @@ module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, }