JSFiddle - React, Tailwind, and code Playground

HTML

<div ng-app>
        <input type="text" ng-model="nome">
        <input placeholder="{{nome}}" disabled>
</div>