JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Hello</a>

CSS

a{
    text-decoration:none;
    color:green;
    border-bottom:1px solid red;
}