JSFiddle - React, Tailwind, and code Playground

JavaScript

document.onkeydown = function(event){
	var key = event.keyCode;          
	console.log("key", key);
};