// tailwind.config.js module.exports = { content: [ "./src/**/*.{html,js,jsx,ts,tsx}", // Adjust this path based on your project structure ], darkMode: false, }