JSFiddle - React, Tailwind, and code Playground
by jmeiss
HTML
<body ng-app>
Name: <input type="text" ng-model="name">
<p>Hello, {{name}}!</p>
</body>
by jmeiss
<body ng-app>
Name: <input type="text" ng-model="name">
<p>Hello, {{name}}!</p>
</body>