JSFiddle - React, Tailwind, and code Playground

HTML

<h1>test</h1>

CSS

h1 {text-align:center;}
h1:before, h1:after {
    content:'';
    display:inline-block;
    width: 100px;
    border-top:1px solid blue;
    margin: 5px;
}