Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
A little-known Tailwind trick using group:
<div class="group is-published">
<div class="hidden group-[.is-published]:block">
Show only when parent has class "is-published"
</div>
</div>