Tailwind grouping

When using grouping you can apply effects to groups using the following HTML

<div class="group p-5 m-5 rounded border">
  <button class="group-hover:bg-sky-400 rounded-lg p-2 m-2 border">test</button>
</div>

renders:

Last Updated: 23/06/2023

Published: 23/06/2023