JSFiddle - React, Tailwind, and code Playground

HTML

<fieldset>
    <legend>Texto</legend>
    foo
</fieldset>

CSS

legend {
    margin-left: 40%;
    padding: 0px 40px 0px 40px;
}