JSFiddle - React, Tailwind, and code Playground
by aslancods
HTML
<div class="dropbox" ></div>
CSS
.dropbox {
width: 200px;
height: 200px;
background-color: red;
}
by aslancods
<div class="dropbox" ></div>
.dropbox {
width: 200px;
height: 200px;
background-color: red;
}