JSFiddle - React, Tailwind, and code Playground

by oroce

HTML

<a href="#">klikk</a>

CSS

.almafa{
height:2000px;
}

JavaScript

$( "a" ).bind( "touchstart touchmove touchend touchcancel mouseup mousedown click mousemove", function(e){ $( this ).append( $( "<div>" ).html( e.type ) )});

console.monitorEvents( $( "a" )[0], "mouse");