// tailwind.config.js module.exports = { content: [ "./src/**/*.{js,jsx,ts,tsx}", // Adjust this to match your project structure ], theme: { extend: {}, }, plugins: [], };