JSFiddle - React, Tailwind, and code Playground
by supatwo
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"> {{country.name}}</span> <br/>
</div>