/** @type {import('tailwindcss').Config} */ export default { content: ["./**/*.tsx"], theme: { extend: {}, }, plugins: [], }