JSFiddle - React, Tailwind, and code Playground
by ariehg
JavaScript
document.addEvent('keydown',function(e){
console.log(String.fromCharCode(e.code));
});
by ariehg
document.addEvent('keydown',function(e){
console.log(String.fromCharCode(e.code));
});