JSFiddle - React, Tailwind, and code Playground

by namuol

JavaScript

window.onkeydown = function (e) {
    console.log(e.keyCode);
}