JSFiddle - React, Tailwind, and code Playground

HTML

<body ng-app>
    <textarea ng-model="test" ng-trim="false" maxlength="1500"></textarea>
    <span>{{1500 - test.length}} left</span>
</body>