JSFiddle - React, Tailwind, and code Playground

HTML

<select>
<option>option1</option>
<option>option2</option>
<option>option3</option>
</select>

CSS

select{
	border:1px solid #ffffff;
	background-color: #8b3ca8;
	color:#ffffff;
	height:30px;
	font-size:10pt;
	/*width: 150px; 
	margin-left: 8px; */
	width: 199px;
    margin-left: 13px;
}