JSFiddle - React, Tailwind, and code Playground
by ckissi
JavaScript
document.body.onkeyup = function(e){
if(e.keyCode == 32){
alert("Space pressed!");
}
}
by ckissi
document.body.onkeyup = function(e){
if(e.keyCode == 32){
alert("Space pressed!");
}
}