JSFiddle - React, Tailwind, and code Playground

HTML

<select name="user" id="userID" size="3">
  <option>John</option>
  <option>Paul</option>
  <option>Ringo</option>
  <option>George</option>
</select>