<li class="{{ Request::path() === '/' ? 'bg-red-300' : ' ' }}"> <a href="/" ......
or
<li class="{{ Request::is('about')? 'bg-red-300' : ' ' }}"> <a href="about" ......
https://laracasts.com/series/laravel-6-from-scratch/episodes/16?autoplay=true