JSFiddle - React, Tailwind, and code Playground

HTML

<div class="row">
  <div class="flexBox" style="
    display: flex;
    flex-flow: row wrap;
    justify-content: center;">
    <span>Flexbox Items</span>
  </div>
</div>

<br>

<div class="row">
  <div class="flexBox" style="
    display: flex;
    flex-flow: row wrap;
    justify-content: center;">
    <span>Flexbox Items</span>
    <span>Flexbox Items</span>
    <span>Flexbox Items</span>
  </div>
</div>

CSS

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