JSFiddle - React, Tailwind, and code Playground

by thirtydot

HTML

<a href="http://google.com" rel="external">LINK</a>

<hr />
<a href="http://google.com" rel="nofollow">LINK</a>
<a href="http://google.com">LINK</a>

CSS

a[rel="external"] {
    color: red
}