JSFiddle - React, Tailwind, and code Playground
HTML
<div ng-app>
<h1>Hi, {{userName}}</h1>
<input ng-model="userName" ng-init="userName = 'user3088260'" />
</div>
<div ng-app>
<h1>Hi, {{userName}}</h1>
<input ng-model="userName" ng-init="userName = 'user3088260'" />
</div>