JSFiddle - React, Tailwind, and code Playground

by hiral

HTML

<div class="parent">
<div class="chart">

</div><!--
--><div class="table">

</div>
</div>

CSS

body{height:100%;width:100%}
.parent{text-align:center}
.chart{height:200px;width:200px;background:#ccc;}
.table{height:100px;width:100px;background:#BBB}
.chart,.table{display:inline-block}