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
}
by jcoc611
<a href="http://google.com">External</a>
<a href="/next">Internal</a>
a[href*='://']{
color:red
}
a{
color:blue
}