JSFiddle - React, Tailwind, and code Playground

by alirokni

HTML

<div class="a">
test
</div>

CSS

.a:hover {
  color:red;
  opacity:1;
}

.a:hover::after{
  content: "new";
  color:green;
}