JSFiddle - React, Tailwind, and code Playground
HTML
<a href="">первая ссылка</a><br><br>
<a href="">вторая ссылка</a>
CSS
a:first-child{
display:inline-block;
color:#222;
border-bottom:1px dotted #222;
text-decoration:none;
line-height:0.9em;
}
a:last-child{
color:#222;
}