tailwind.config.js (7 lines of code) (raw):

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