JSFiddle - React, Tailwind, and code Playground
by Mitch Canter
HTML
<a target="_blank" href="http://www.google.com">Google</a>
<a href="http://www.jsfiddle.net">JSFiddle</a>
CSS
a[target="_blank"]{
color: red;
}
by Mitch Canter
<a target="_blank" href="http://www.google.com">Google</a>
<a href="http://www.jsfiddle.net">JSFiddle</a>
a[target="_blank"]{
color: red;
}