JSFiddle - React, Tailwind, and code Playground

HTML

<d id=d><button>X

CSS

d{background:red;padding:9px;position:absolute

JavaScript

onmousemove=e=>{with(d.style){top=e.clientY-20+'px';left=e.clientX-20+'px'}}