JSFiddle - React, Tailwind, and code Playground

HTML

<div ng-app>
        <input ng-model="buyer_message" type="text"/>
        <textarea id="message" ng-model="notes" placeholder="{{buyer_message}}"></textarea>
    </div>