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