module.exports = { content: [ "./src/**/*.{js,ts,jsx,tsx}", // Ensure your paths are correct ], plugins: [require("@tailwindcss/typography")], };