JSFiddle - React, Tailwind, and code Playground

by Pablo Leone

HTML

<body ng-app>
    <input type="text" ng-model="amount" placeholder="Enter amount"/>
    <p>Default Currency: {{ amount | currency }}</p>
    <p>Custom Currency: {{ amount | currency: "&euro; " }}</p>
</body>