JSFiddle - React, Tailwind, and code Playground
HTML
<button type="button" popovertarget="menu">
Menu
</button>
<div popover="auto" id="menu">
this is my popup menu
</div>
<button type="button" popovertarget="menu">
Menu
</button>
<div popover="auto" id="menu">
this is my popup menu
</div>