JSFiddle - React, Tailwind, and code Playground
HTML
<div ng-app>
<input type="text" ng-model="from" placeholder="from">
<input type="text" ng-model="to" placeholder="to">
<hr>
{{ to || 'ここから'}} より
{{from || 'あちらへ'}} へ愛をこめて
</div>