JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://zombo.com">no cze</a><br><br>
test<br>
<a href="http://gmclan.org">test2</a>
CSS
A {
text-decoration: none;
padding-bottom: 10px;
border-bottom: 1px solid blue;
}
<a href="http://zombo.com">no cze</a><br><br>
test<br>
<a href="http://gmclan.org">test2</a>
A {
text-decoration: none;
padding-bottom: 10px;
border-bottom: 1px solid blue;
}