How to style a specific nested tag from a parent element using Tailwind CSS?
I want to style an <a> tag inside a using Tailwind CSS. I want to add the style via the parent <ul> tag. I tried [&>li>a], but it doesn't work as expected. Here is my HTML structure: <ul class="flex items-center…