JSFiddle - React, Tailwind, and code Playground

by web5me

HTML

This is <a href="#" class="external" title="(external link)">a hyperlink that <br>
goes places</a>, yet it remains here.

CSS

.external:after {
    display: inline-block;
    -content: attr(title);
    margin-left: .5em;
    content: url(http://web5.me/images/sprite.png);
    width: 12px;
    height: 10px;
}