JSFiddle - React, Tailwind, and code Playground

by Katarn

HTML

<div>hola</div>
<div>adios</div>

CSS

div:first-of-type {
  color: red;
}

div:hover {
  color: blue;
}