JSFiddle - React, Tailwind, and code Playground
HTML
<p>This is some example text. From this page, you can <a href="#">read more example text</a>, or you can <a href="#" id="custom">visit the bookshop</a> to read example text later.</p>
CSS
#custom {
border-bottom: 1px solid currentColor; /* Or whatever color you want */
text-decoration: none;
}