JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Sites sobre front-end</h1>
<a href="http://tableless.com.br/">Tableless</a>
<a href="http://loopinfinito.com.br">Loop Infinito</a>
<a href="http://pinceladasdaweb.com.br">Pinceladas da Web</a>
<a href="http://braziljs.com.br">BrasilJS</a>
<a href="http://maujor.com">Maujor</a>

CSS

a {
    display: block;
    margin-bottom: 5px;
}

a::after {
    content: " ("attr(href)")";
}