JSFiddle - React, Tailwind, and code Playground

by xxjcaxx

HTML

<select>
<option>1</option>

</select>

JavaScript

document.addEventListener('keyup',(e)=>{console.log(e.target.tagName)})