JSFiddle - React, Tailwind, and code Playground

HTML

<div><span>text TEXT</span></div>

CSS

div { height: 1px; border-top: 1px solid black; text-align: center; position: relative; }
span { position: relative; top: -.7em; background: white; display: inline-block; }