JSFiddle - React, Tailwind, and code Playground

HTML

<div id=foo><div id=foo-content>Hello world</div></div>

CSS

#foo { 
    width: 10em;
    border: solid green 1em;
    cursor: crosshair; 
}
#foo-content {
    cursor: move;
}