JSFiddle - React, Tailwind, and code Playground

by Rajeesh Menoth

HTML

<div ng-app="">
  
 <p>Enter Amount:
<input type="number" ng-model="amount" ng-init="amount=0" />
 </p>
 
 <p>Total Amount: {{ amount | currency : value="" }}</p>
</div>