JSFiddle - React, Tailwind, and code Playground

by LinkinTED

HTML

<div>
    text
</div>

CSS

div {
    width: 100px;
    height: 100px;
    background: blue;
    border: 5px solid white;
}
div:hover {
    border-color: red;
}