JSFiddle - React, Tailwind, and code Playground

by Gaurav Gandhi

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<body>
<div>
  <div class="row-fluid">
    <span><a href="">User Name</a></span>
    <span>created New Article</span>
    <span><a href="">A new Article name for my next article.</a></span>
    <span>on Web Designing</span>
  </div>
  <div class="row-fluid">
    <span class="pull-right">Timestamp</span>
  </div>
</div>
    
</body>