JSFiddle - React, Tailwind, and code Playground
by sendil J
HTML
<div ng-app="">
<p>Trying first with AngularJS </p>
<p>Enter you name : <input type="text" ng-model="yourName" placeholder="Good name"></p>
<p>nice to meet you {{yourName}} </p>
</div>