JSFiddle - React, Tailwind, and code Playground

by Ilmv

HTML

<div>
    <a>Hello</a>
    <a>Goodbye</a>
    <a>Shabba</a>
</div>

CSS

div > a:first-of-type:hover {
     color: pink;   
}