apps/overlay-sandbox/tailwind.config.js (7 lines of code) (raw):

module.exports = { content: ['./app/**/*.{js,ts,jsx,tsx,mdx}'], theme: { extend: {}, }, plugins: [], };