JSFiddle - React, Tailwind, and code Playground
HTML
<label>
<select id="Place" >
<option>adf</option>
<option>adf2</option>
<option>adf3</option>
<option>adf4</option>
</select>
</label>
<p>This Select doesn't have any opetions in it.</p>
<select id="Place" data-bind="options: Titles, optionsCaption: 'Going?', optionsValue: 'place', value: Location"></select>