JSFiddle - React, Tailwind, and code Playground

by Rich Costello

HTML

<div class="box">
    ...
    <hr>
</div>

CSS

.box{
    width:500px;
}

.box hr{
    width: 100px;
    border-bottom: 1px solid #ccc;
}