JSFiddle - React, Tailwind, and code Playground

HTML

<body ng-app>
    <input type="text" ng-model="nome" />
    <p>Olá {{ nome }}</p>
</body>