JSFiddle - React, Tailwind, and code Playground

HTML

<html ng-app="">    
    <body>
        <div class="container" ng-init="numberText=['One', 'Two', 'Three', 'Four', 'Four Plus']">
            <select ng-model="test" ng-options="schedule for schedule in numberText"></select>
            {{numberText}}
        </div>
    </body>
</html>