JSFiddle - React, Tailwind, and code Playground

by Zaiste

HTML

<link rel="stylesheet" href="//cdn.jsdelivr.net/foundation/4.3.1/css/foundation.min.css">
<body ng-app>
  <input type="text" ng-model="message" placeholder='Type your message here...' />

  <h1>{{message}}</h1>
</body>