JSFiddle - React, Tailwind, and code Playground
HTML
<div style="width:500px;height:500px">
test
</div>
JavaScript
document.addEventListener('keydown', function(event) {
console.log(event.key);
});
<div style="width:500px;height:500px">
test
</div>
document.addEventListener('keydown', function(event) {
console.log(event.key);
});