/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./index.html", // Ensure this path is correct ], theme: { extend: {}, }, plugins: [], preflight: false, mode: "jit", };