JSFiddle - React, Tailwind, and code Playground

HTML

<div id="test">
    <a href="/blog/">Home</a>
    <a href="/about/">About</a>
    <a href="/contact/">Contact</a>   
</div>

CSS

#test { font-size:0; }
#test a { font-size:16px; background:yellow; }