JSFiddle - React, Tailwind, and code Playground

by aslancods

HTML

<div class="dropbox" ></div>

CSS

.dropbox {
    width: 200px;
    height: 200px;
    background-color: red;
}