TailwindCSS 1 Basic2
Arbitrary Selector Variants
  <!-- Arbitrary Selector Variants -->
  <div class="hover:[&>section]:bg-blue-200">
    <div>hello</div>
    <section>hello</section>
    <div>hello</div>
  </div>
  <!-- Arbitrary Selector Variants -->
  <div class="hover:[&>section]:bg-blue-200">
    <div>hello</div>
    <section>hello</section>
    <div>hello</div>
  </div>