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;
}
by Mitch Canter
<ul>
<li><a href="http://www.google.com">Google</a></li>
</ul>
a:hover{
color: red;
}