JSFiddle - React, Tailwind, and code Playground

by Mitch Canter

HTML

<ul>
    <li><a href="http://www.google.com">Google</a></li>
</ul>

CSS

a:hover{
    color: red;
}