JSFiddle - React, Tailwind, and code Playground
by davidmurdoch
HTML
<button>button</button>
JavaScript
$("button").bind("mousemove", function(e){
console.log(e);
});
by davidmurdoch
<button>button</button>
$("button").bind("mousemove", function(e){
console.log(e);
});