JSFiddle - React, Tailwind, and code Playground
by AaronLayton
HTML
<a href="http://github.com">GitHub</a>
CSS
a[href^="http"]:before {
display:block;
width:16px;
height:16px;
background:#f00;
content:"";
}
by AaronLayton
<a href="http://github.com">GitHub</a>
a[href^="http"]:before {
display:block;
width:16px;
height:16px;
background:#f00;
content:"";
}