JSFiddle - React, Tailwind, and code Playground

by Shridhar Baddur

HTML

<style>
.wrap {
  box-sizing: border-box;
}
.col {
  height: 100px;
  margin: 20px;
}
</style>
<div class="wrap">
  <div class="col">
  
  </div>
  <div class="col">
  
  </div>
</div>