JSFiddle - React, Tailwind, and code Playground

by Tony Brix

HTML

<!DOCTYPE html><html>
<head>
</head>
<body>
</body>
</html>

JavaScript

$(window).mousemove(function(e) {
    $("body").html("which:" + e.which);
});