JSFiddle - React, Tailwind, and code Playground

by jcoc611

HTML

<a href="http://google.com">External</a>
<a href="/next">Internal</a>

CSS

a[href*='://']{
    color:red
}
a{
    color:blue
}