Dont work tailwindcss class in laravel and vite
@php $color = "red"; @endphp <p class="text-{{$color}}-500">hello </p> I use laravel and tailwindcss and vite. When I open this page, the text-red-500 class is applied to this p tag, but it does not work, and the hello text is displayed…