JSFiddle - React, Tailwind, and code Playground

by Thibault Coupin

HTML

<div ng-app="myApp">
  <label>Name:</label>
  <input type="text" ng-model="yourName" placeholder="Enter a name here">
  <hr>
  <h1>Hello {{yourName}}!</h1>
</div>

JavaScript

console.log("ok")