link
Set content paths
Configure content sources
// tailwind.config.js module.exports = { content: [ './src/**/*.{html,js,jsx,ts,tsx}' ] }