// postcss.config.js module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, // other plugins can go here, such as autoprefixer }, };