JSFiddle - React, Tailwind, and code Playground

by aflynt

HTML

<div style="display: table-row;">
    <div style="display: table-cell;">
     <div style="display: table;">
  <div style="display: table-row;">
    <div style="display: table-cell;">
      Image
    </div>
  </div>
  <div style="display: table-row;">
    <div style="display: table-cell;">
      Button
    </div>
  </div>
  <div style="display: table-row;">
    <div style="display: table-cell;">
      Text
    </div>
  </div>
</div>
    </div>
    <div style="display: table-cell;">
     Rule
    </div>
    <div style="display: table-cell;">
      <div style="display: table;">
  <div style="display: table-row;">
    <div style="display: table-cell;">
      Image
    </div>
  </div>
  <div style="display: table-row;">
    <div style="display: table-cell;">
      Button
    </div>
  </div>
  <div style="display: table-row;">
    <div style="display: table-cell;">
      Text
    </div>
  </div>
</div>
    </div>
  </div>