JSFiddle - React, Tailwind, and code Playground

by LostInDaJungle

HTML

<li >
  <a href="#" onkeyup="console.log('Keyboard: Getting '+event.which+' for event:', event)"onclick="console.log('Mouse: Getting '+event.which+' for event:', event)">Test the log!</a>
</li>