JSFiddle - React, Tailwind, and code Playground

HTML

<div ng-app>
    <input type="text" ng-model="data.message">
    <h1>{{data.message}}</h1>
</div>