/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./index.html", "./src/**/*.{html,js,jsx,ts,tsx}" ], theme: { extend: {}, }, plugins: [], }