JSFiddle - React, Tailwind, and code Playground
by harperj1029
HTML
<fieldset>
<legend>Old school (evil) way</legend>
<button onclick="alert('evil! never do this again!');">Alert me</button>
</fieldset>
CSS
fieldset{
border:solid 1px gray;
}