JSFiddle - React, Tailwind, and code Playground

by Christopher McCulloh

HTML

<select onChange="console.log('change')" onInput="console.log('input')">
  <option value="A">A</option>
  <option value="B">B</option>
</select>