JSFiddle - React, Tailwind, and code Playground

by praveen_jegan

HTML

<a href="#" class="testing">ok</a>

CSS

a.testing{ color: red; }
            a.testing:hover{ font-size: 55px; }