JSFiddle - React, Tailwind, and code Playground

by Bhesh Gurung

HTML

<div class="div-1">
  DIV-1
</div>

CSS

.div-1 {
  background-color: #DD2C00;
}