JSFiddle - React, Tailwind, and code Playground
by Scott Kaye
HTML
<div contextmenu="edit-history-menu"></div>
<menu type="context" id="edit-history-menu">
<menuitem label="Edit page"></menuitem>
<menuitem label="View page history"></menuitem>
</menu>
CSS
div {
width: 500px;
height: 300px;
background: red;
}