Trying to get back into Astro. Started off trying to upgrade an old project with tailwind, which didn't work, so I tried just starting a project with the example files; that's when I noticed zero styling is being applied. What could be causing this? There are no steps to reproduce, all I did was run the command (npm create astro@latest, typescript strict y, etc)
Things I tried:
Switching between node versions
Minimal Template/Example Template
npm astro add tailwind
Thank you