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;}