JSFiddle - React, Tailwind, and code Playground
HTML
<fieldset><legend><h2>Example</h2></legend></fieldset>
CSS
fieldset {
text-align:center;
border:none;
border-top:1px solid black;
}
legend{
padding:20px;
}
<fieldset><legend><h2>Example</h2></legend></fieldset>
fieldset {
text-align:center;
border:none;
border-top:1px solid black;
}
legend{
padding:20px;
}