module.exports = { content: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx}'], // specify other options here theme: { extend: {}, }, plugins: [require('@tailwindcss/forms')], };