JSFiddle - React, Tailwind, and code Playground

HTML

<body ng-app>
    <textarea ng-model="text"></textarea>
    <span>{{text.split('\n').length}} lines</span>
</body>