JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test">TEST</div>

CSS

.test {
    background:red;
    width:200px;
    height:200px;
cursor: crosshair;
}