JSFiddle - React, Tailwind, and code Playground
by Mitch Greer
HTML
<input type="button" value="Other button" id="otherbutton" style="position: absolute; top: 100px; left: 10px;"
onmouseover="style.top= Math.floor((Math.random()*500)+1) + 'px'; style.left= Math.floor((Math.random()*500)+1) + 'px'">