module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}", // React files
"./public/index.html" // (optional, if using CRA)
],
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/typography'),
],
};