const tailwindcss = require('tailwindcss'); module.exports = { plugins: [["autoprefixer"], "postcss-preset-env", tailwindcss], };