DearDiary#0023

NOTE: Easy way to create a Fully Clickable Card with Nested Clickable Elements with Tailwind

<div class="relative">
  <div>
    <a href="#" class="absolute inset-0 z-10"></a>
  <div>
  <button class="z-20">
    Button inside the card
  </button>
</div>