JSFiddle - React, Tailwind, and code Playground
HTML
<div class="d-1"></div>
<div> </div>
<div class="d-2"></div>
CSS
.d-1{ background: #FF6156 ; }
.d-2{ background: #75E6E8 ; }
.d-1,
.d-2{ width:100px; height: 100px; }
<div class="d-1"></div>
<div> </div>
<div class="d-2"></div>
.d-1{ background: #FF6156 ; }
.d-2{ background: #75E6E8 ; }
.d-1,
.d-2{ width:100px; height: 100px; }