JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<input type="text">

JavaScript

addEventListener( 'keydown', (event)=>{
	console.log( event.key )
})