JSFiddle - React, Tailwind, and code Playground

by habla

JavaScript

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