JSFiddle - React, Tailwind, and code Playground

HTML

<select>
<option>One</option>
<option>Two</option>
<option>Three</option>
</select>

CSS

select:focus{
   outline: 5px dotted green;
}