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