JSFiddle - React, Tailwind, and code Playground
HTML
<canvas id="draw" />
CSS
#draw {
cursor: pointer;
border:1px solid black;
width:200px;
height:200px;
}
<canvas id="draw" />
#draw {
cursor: pointer;
border:1px solid black;
width:200px;
height:200px;
}