JSFiddle - React, Tailwind, and code Playground

by davidmurdoch

HTML

<button>button</button>

JavaScript

$("button").bind("mousemove", function(e){
    console.log(e);
});