JSFiddle - React, Tailwind, and code Playground
by Torean Joel
HTML
Open the console log
JavaScript
window.addEventListener('keydown', function(e){
console.log(e.keyCode);
});
by Torean Joel
Open the console log
window.addEventListener('keydown', function(e){
console.log(e.keyCode);
});