Level 2
Found the issue and the solution:
https://laravel.com/docs/10.x/vite#working-with-a-secure-development-server
When running yarn dev the app.css is not processed and Tailwind classes are not being recognised, even though it's a completely new project.
yarn build on the other hand build the stylesheet file properly
laravel new project
valet link project
<style></style> from welcome.blade.php
yarn dev
project.test
Found the issue and the solution:
https://laravel.com/docs/10.x/vite#working-with-a-secure-development-server
Please or to participate in this conversation.