JSFiddle - React, Tailwind, and code Playground

by Nick Craver

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/dot-luv/jquery-ui.css">
<SELECT  NAME='Month_list' class='month_selection'</SELECT>

JavaScript

$('.month_selection:last')[0].options.add(new Option("New option"));