I am searching if the popover API is available in react and it seeems not to be.
<button popovertarget="my-popover">Open Popover</button>
<div popover id="my-popover">Greetings, one and all!</div>
i've searched online and haven't found any resources on how to do this using jsx alone
React itself doesn't have a built-in popover component in its core API. However, there are several third-party libraries and components available in the React ecosystem that offer popover functionality.