JSFiddle - React, Tailwind, and code Playground

by Jordan Sayner

HTML

<button type="button" popovertarget="menu">
  Menu
</button>
<div popover="auto" id="menu">
  this is my popup menu
</div>