JSFiddle - React, Tailwind, and code Playground
HTML
<html ng-app>
<body ng-init="models = ['H','a','p','p','y']">
<div ng-repeat="m in models">
<span class="control-label1">{{m}}</span>
</div>
</body>
</html>