Tailwind CSS
Luckily I was early on the Tailwind hype train, as creator Adam Wathan has been a well-known name in the Laravel/ Vue space for a long time.
I'm very comfortable with vanilla CSS but given the choice I'd always opt for tailwind and always use it on my own projects.
Here's a WIP project I'm working on with Tailwind. The search returns stylised cards. The search feature is built with Laravel Livewire and the filter is made with AlpineJs. It searches through company names and their addresses. The database is seeded with 500 fake companies, and I'd like to improve performance. So if you spotted the Laravel debugbar in the bottom left, that's because I was learning about optimising SQL queries with Eloquent.