I had spaces in my content key in tailwind.config.js.
content
tailwind.config.js
Before content: ["./src/**/*.{html,js, jsx, tsx}"]
content: ["./src/**/*.{html,js, jsx, tsx}"]
After content: ["./src/**/*.{html,js,jsx,tsx}"]
content: ["./src/**/*.{html,js,jsx,tsx}"]