JSFiddle - React, Tailwind, and code Playground

by Amitabha Ghosh

HTML

<div>
    Test Test
</div>

CSS

div:after
{
    display:block;
    content:' ';
    background:red;
    height:2px;
    
    
}