JSFiddle - React, Tailwind, and code Playground

by taneleero

HTML

<a href="wwww.stackoverflow.com">a great link</a>

CSS

a 
{
text-decoration: none;
color:#000000;
}

a:after 
{
content:  attr(href);
color:#999999;
text-decoration: underline;
padding-left: 10px;
}