JSFiddle - React, Tailwind, and code Playground

HTML

<fieldset>
    <legend>Foo</legend>
    <div>Bar</div>
</fieldset>

CSS

legend {
    margin : 0 0 20px 0;
    display : block;
}