As mentioned in first comment I was able to achieve this by adding disabled=true for selected item. Thanks again to @Arun_Patidar for the great article
Once the select tag is created, you can read that document element using query selector, parse through its options and set the "selected" attribute to the second option.