JSFiddle - React, Tailwind, and code Playground

HTML

<div class='class'></div>

CSS

.class{
    width:50px;
    height:50px;
    background:green;
}
.class:hover, .active{
    outline: 1px solid red;
}