JSFiddle - React, Tailwind, and code Playground

by Humphry Huang

HTML

<div class="d-1"></div>
<br>
<div class="d-2"></div>

CSS

.d-1{ background: #FF6156 ; }
.d-2{ background: #75E6E8 ; }
.d-1,
.d-2{ width:100px; height: 100px; }