JSFiddle - React, Tailwind, and code Playground

HTML

<select id="gate">
    <option value='null'>- choose -</option>
    <option value='Gateway 1'>Gateway 1</option>
    <option value='Gateway 2'>Gateway 2</option>
</select>

JavaScript

$("#gate").val('Gateway 1');