JSFiddle - React, Tailwind, and code Playground

HTML

<a href="http://google.com" target="_blank">Google</a>

CSS

a {
    color: red;
}

a {
    color: -webkit-link;
}

a:active {
    color: -webkit-activelink;
}