JSFiddle - React, Tailwind, and code Playground
HTML
<h2>
<a href="" class="light">Resume</a>
</h2>
CSS
a:hover { color:#ff0000; }
.light { color:#888; }
<h2>
<a href="" class="light">Resume</a>
</h2>
a:hover { color:#ff0000; }
.light { color:#888; }