postcss.config.js (6 lines of code) (raw):

module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, } }