JSFiddle - React, Tailwind, and code Playground

by saidulu401

HTML

<body ng-app>
    <input type='text' ng-model='name'></input>
<div>{{name}}</div>
</body>