JSFiddle - React, Tailwind, and code Playground

HTML

<button aria-label="hello">Button</button>
<button title="hello">Button</button>

<button aria-label="Close" onclick="myDialog.close()">X</button>