JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<body>
<select>
<option title="opt 1">One</option>
<option title="opt 2">Two</option>
<option title="third">Three</option>
</select>
</body>
</html>