JSFiddle - React, Tailwind, and code Playground
HTML
<div ng-app="" ng-init="names=['Android','I-Phone','Window Phone' ,'Blackburry','Fire Phone' ,'Facebook Phone']">
Top Mobile Ranking
<ul>
<li ng-repeat="x in names">
{{ x }} <hr> <hr>
{{ x }}
<hr>
{{ x }}
</li>
</ul>
<div>