JSFiddle - React, Tailwind, and code Playground

HTML

<div ng-app>
    <input type="text" ng-model="test">
    <p>Vorschau: {{test}}</p>
</div>