Build popovers without JavaScript 🎈

The Popover API lets you create tooltips, menus, and dialogs that manage their own visibility and light-dismiss β€” all declaratively.

> <button popovertarget="info">Help</button>
> <div id="info" popover>Content</div>

Learn more πŸ‘‡
https://developer.mozilla.org/en-US/docs/Web/API/Popover_API