JSFiddle - React, Tailwind, and code Playground
HTML
<div style="position:absolute;right:30px">
<select id="mySelectMenu" name="my select menu" style="width:150px;right:150px;">
<option value="">> Select Ship to Location</option>
<option>This is an extremely long option that forces the select menu option out of the screen margin.</option>
</select>
</div>