module.exports = { content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'], corePlugins: { preflight: false, }, theme: { extend: {}, }, plugins: [], };