JSFiddle - React, Tailwind, and code Playground

HTML

<hr/>

CSS

hr.style-eight {
padding: 0;
border: none;
border-top: medium double #333;
color: #333;
text-align: center;
    margin: 50px 0 5px 0;
    
    
    
display: block;
-webkit-margin-before: 0.5em;
-webkit-margin-after: 0.5em;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
border-style: inset;
border-width: 1px;

}