JSFiddle - React, Tailwind, and code Playground

by lonewolfs

HTML

<select id="country"></select>

JavaScript

//when form loads i want to select fiji by default
$.getScript('http://phonebook.x10.mx/sgucorner/script/countrypicker.js',function(){
    $('#country').val('Fiji');
});