JSFiddle - React, Tailwind, and code Playground
HTML
<div ng-app="" ng-init="person={firstName:'นิตยสาร',lastName:'ขาเดฟ'}">
<p>The name is <span ng-bind="person.firstName"></span></p>
<p>The name is <span ng-bind="person.lastName"></span></p>
</div>