JSFiddle - React, Tailwind, and code Playground
by CJ Juarez
HTML
<hr class="hr_top">
<hr class="hr_bottom">
<p>
Lorem ipsum
</p>
CSS
.hr_top {
background-color: black;
height: 2px;
width: 100%;
float: left;
border: 0;
}
.hr_bottom {
height: 2px;
background-color: red;
width: 20%;
float: left;
margin-top: -10px;
border: 0;
}