<div>
<.button id="trigger-01" phx-click={show_popover("#popover-single-default")} data-testid="button-dropdown-top">
Dropdown
</.button>
  <.popover id="popover-single-default">
    <div class="w-[200px] py-space-16 px-space-40" data-testid="popover-top-content">
    <!-- This is the content of the popover -->
    <h1 class="text-primary">Hello I am on the <span class="text-negative font-bold">top</span></h1>
    </div>
  </.popover>
</div>