JSFiddle - React, Tailwind, and code Playground

by kevinj

HTML

<body ng-app="">

<input type="text" ng-model="name" placeholder="Enter your name"/>
<h2>Hello {{name}}</h2>

</body>