JSFiddle - React, Tailwind, and code Playground

by Torean Joel

HTML

Open the console log

JavaScript

window.addEventListener('keydown', function(e){
	console.log(e.keyCode);
});