JSFiddle - React, Tailwind, and code Playground

by Giancarlo Abel Giulian

HTML

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