JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

legend {
    margin-bottom : 20px;
}

legend + * {
  -webkit-margin-top-collapse : separate;
  margin-top                  : 20px;
}