JSFiddle - React, Tailwind, and code Playground

by CJ Juarez

HTML

<div class="holder" style="float:left">
      <div class="newsfeed_photo">
      <a href="...">
          <img alt="Small" class="photo_thumb_frame" src="http://www.placekitten.com/60/60" />
      </a></div>
      <div class="newsfeed_date">
      (08/17/11 03:29pm)
      </div>
</div>

CSS

.holder{
    text-align: center;
}