module.exports = { content: ['./src/**/*.{js,jsx,html}'], theme: { extend: {}, }, plugins: [require('tailwindcss-animate')], };