JSFiddle - React, Tailwind, and code Playground

by gopi1410

JavaScript

document.onkeydown = function(event) {
  if(window.event){
        event.preventDefault();
  }
}