JSFiddle - React, Tailwind, and code Playground

by gionaf

HTML

<p class="separator"></p>

CSS

p.separator {
    line-height:1em;
    border-bottom:1px solid red;
}
p.separator:before {
    content:"TEXT";
    position:relative;
    left:50%;
    margin-left:-2.5em;
    padding:0 0.3em;
    top:0.5em;
    background:white;
}