tailwind.config.js

1export default {
2  content: ['./index.html', './src/**/*.{js,jsx,ts,tsx}'],
3  theme: { extend: {} },
4  plugins: [],
5};