JSFiddle - React, Tailwind, and code Playground
HTML
<div>
Test Test
</div>
CSS
div:after
{
display:block;
content:' ';
background:red;
height:2px;
}
<div>
Test Test
</div>
div:after
{
display:block;
content:' ';
background:red;
height:2px;
}