JSFiddle - React, Tailwind, and code Playground
HTML
<hr />
CSS
hr { display:block;width:300px;margin:10px auto; }
hr:after { content:"content here"; }
hr:before { content:"another"; }
<hr />
hr { display:block;width:300px;margin:10px auto; }
hr:after { content:"content here"; }
hr:before { content:"another"; }