JSFiddle - React, Tailwind, and code Playground

by Robert Herring

HTML

<p><a href="test1.asp">test 1 - Internal</a></p>
<p><a href="http://www.test.com">Test 2 - External</a></p>

CSS

a {
    color: green;
}
a[href^="http://"]{
    color: red;
    target: tab ! important
}