JSFiddle - React, Tailwind, and code Playground

by Curt

HTML

<a href="/Updates">Updates</a>
<a href="http://www.google.com">External Link</a>

CSS

a[href*='://']
{
 background-image:url('http://placehold.it/12x10');
background-repeat:no-repeat;
 background-position:right 4px;   
    padding-right:14px;
}