JSFiddle - React, Tailwind, and code Playground
HTML
<div>hello</div>
<div class="horizontalRule" runat="server"></div>
<div>hello</div>
CSS
div.horizontalRule
{
clear:both;
width:100%;
background-color:#d1d1d1;
height:1px;
margin-top:10px;
margin-bottom:10px;
}