JSFiddle - React, Tailwind, and code Playground

by Bilal AFSAR

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">

<div class="container">
  <div class="row text-center">
    <div class="col-sm-2">
      <figure>
        <img src="http://placehold.it/300?text=IMG" alt="">
        <figcaption>Hello</figcaption>
      </figure>
    </div>
    <div class="col-sm-2">
      <figure>
        <img src="http://placehold.it/300?text=IMG" alt="">
        <figcaption>Hello</figcaption>
      </figure>
    </div>
    <div class="col-sm-2">
      <figure>
        <img src="http://placehold.it/300?text=IMG" alt="">
        <figcaption>Hello</figcaption>
      </figure>
    </div>
    <div class="col-sm-2">
      <figure>
        <img src="http://placehold.it/200?text=IMG" alt="">
        <figcaption>Hello</figcaption>
      </figure>
    </div>
    <div class="col-sm-2">
      <figure>
        <img src="http://placehold.it/200?text=IMG" alt="">
        <figcaption>Hello</figcaption>
      </figure>
    </div>
    <div class="col-sm-2">
      <figure>
        <img src="http://placehold.it/200?text=IMG" alt="">
        <figcaption>Hello</figcaption>
      </figure>
    </div>
  </div>
</div>