JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

a {
    border-bottom: 1px solid #FFFFB2;
    border-bottom: 1px solid rgba(255, 255, 0, 0.3);
    text-decoration: none;    
}