simply use import instead of // if index.css
@tailwind base; @tailwind components; @tailwind utilities;
do
@import "tailwindcss/preflight"; @import "tailwindcss/utilities"; @import 'tailwindcss';
import index.css into the main file thats all