JSFiddle - React, Tailwind, and code Playground

HTML

<body ng-app>
  <p>Hello {{name}}</p>
  <input type="text" ng-model="name">
</body>

JavaScript

//Demo AngularJS - WIthout single line of Javascript code code