JSFiddle - React, Tailwind, and code Playground

HTML

<div ng-app>
    <input type="text" ng-model="data"/>
    {{ data }}
</div>