JSFiddle - React, Tailwind, and code Playground

by kthornbloom

JavaScript

if (event.metaKey) {
  alert("The META key was pressed!");
} else {
  alert("The META key was NOT pressed!");
}