JSFiddle - React, Tailwind, and code Playground

HTML

<form>
    <fieldset>
        <legend>Some text</legend>
        <p>Stuff</p>
    </fieldset>
</form>

CSS

form {
  background-image: linear-gradient(to right, red , yellow);
}
legend {
    text-align: center;
    padding: 20px;
}