JSFiddle - React, Tailwind, and code Playground

by Ben Clayton

HTML

<body>
<p>
    
    <a href="http://www.w3schools.com" data-bert="fred">W3Schools</a> 
    contains free tutorials and references.</p>

    <p><b>Note:</b> IE8 supports the content property only if a !DOCTYPE is specified.</p>
</body>

CSS

<style>
a:after {content: " (" attr(data-bert) ")";}
</style>