JSFiddle - React, Tailwind, and code Playground

by habla

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

JavaScript

$(document).keydown((event) => {
	console.log(event.keyCode);
  alert('x');
})
console.log('x');