JSFiddle - React, Tailwind, and code Playground

by Spencer Smith

HTML

<div ng-app>
  <select ng-model="select" ng-change="alert()">
    <option value="bye">Bye</option>
    <option value="hi">Hi</option>
  </select>
  <p>{{select}}</p>
</div>