JSFiddle - React, Tailwind, and code Playground

by jakelauer

JavaScript

$(document).ready(function(){
    $(document).bind('mousewheel', function(e){
        console.log(e)
    });
});