JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<div ng-app>
country name: <input type="text" ng-model="country.name"></input>
 <br/><span class="label label-info" ng-bind='country.name'></span> <br/>
    
</div>