JSFiddle - React, Tailwind, and code Playground
by eapo
HTML
<fieldset>
<legend>asd</legend>
<div class="content">
</div>
</fieldset>
CSS
fieldset {
box-shadow: inset 0 0 10px -2px #000;
padding: 12px;
}
legend {
margin: 10px 0 -1em 0;
padding: 2em 0 0 0;
}