postcss.config.mjs (4 lines of code) (raw):

const config = { plugins: ["@tailwindcss/postcss"], }; export default config;