JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box">
...
<hr>
</div>
CSS
.box{
width:500px;
}
.box hr{
width: 100px;
border-bottom: 1px solid #ccc;
}
<div class="box">
...
<hr>
</div>
.box{
width:500px;
}
.box hr{
width: 100px;
border-bottom: 1px solid #ccc;
}