JSFiddle - React, Tailwind, and code Playground

by duopixel

HTML

<form onchange="console.info('form changed')" action="#">
 <select>
  <option>uno</option>
  <option>dos</option>
 </select>
 <input type="radio" name="videoDevice" value="tres" checked="checked" />
 <input type="radio" name="videoDevice" value="cuatro" checked="checked" />
</form>