JSFiddle - React, Tailwind, and code Playground
by Bhesh Gurung
HTML
<div class="div-1">
DIV-1
</div>
CSS
.div-1 {
background-color: #DD2C00;
}
by Bhesh Gurung
<div class="div-1">
DIV-1
</div>
.div-1 {
background-color: #DD2C00;
}