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