JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<ul>
<li>
<input type="text">
</li>
<li>
<select>
<option value="thing">Thing</option>
</select>
</li>
</ul>
</form>
CSS
input { width: 200px; }
select {width: 200px; }