JSFiddle - React, Tailwind, and code Playground

by alga noto

HTML

<div class="thumbs"><a href="#"></a>

</div>

CSS

.thumbs {
    background:red;
    width:200px;
    height:200px;
}
.thumbs a {
    background:green;
}
.thumbs a:hover {
    background:blue;
}