JSFiddle - React, Tailwind, and code Playground

by grendian

HTML

<div ng-app>
<button ng-click="toggled = !toggled">Toggle</button>
{{toggled}}
<input ng-disabled="toggled" type="text" ng-model="boxText"/>
    <div>{{boxText}}</div>
</div>