JSFiddle - React, Tailwind, and code Playground
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>
<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>