JSFiddle - React, Tailwind, and code Playground

by Jonathan Smith

HTML

<div ng-app>
    <input type="File" ng-model="name" />
    <p>Hello {{name}}</p>
</div>