link
Use Just-In-Time compiler
Enable JIT mode
// tailwind.config.js module.exports = { mode: 'jit', purge: [ './src/**/*.{html,js,jsx,ts,tsx}' ], // ... }