JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<select name="" id="">
<option value="">-</option>
</select>
<input type="number">
CSS
select,
input {caret-color:red;}
by oilvier
<select name="" id="">
<option value="">-</option>
</select>
<input type="number">
select,
input {caret-color:red;}