JSFiddle - React, Tailwind, and code Playground

by tomprogramming

HTML

<div class="box">
</div>
<div class="box">
</div>

CSS

.box { width:200px;
    height:200px;
    background:blue;}
.box:first-of-type {
    background:red;
}