JSFiddle - React, Tailwind, and code Playground

by Helmut Granda

HTML

<a class="hello">Hello</a>

<br /><br >
<a class="world">World</a>
<div class="hellow">
<a class="world">World</a>
</div>

CSS

.hello, .world { color: black; }

.hello:hover  .world {
    color: red;
}