JSFiddle - React, Tailwind, and code Playground

by blashadow

HTML

<div id='hola' ng-app>
    
    Nombre: <b>{{ nombre }}</b><br>
    <input ng-model='nombre'>
    
</div>