JSFiddle - React, Tailwind, and code Playground

by justi

JavaScript

$(document).on('mouseleave', function(e){
    console.log('aaa');

	if( e.clientY < 0 ) { console.log('out'); } 
})