JSFiddle - React, Tailwind, and code Playground

HTML

<div class="context"></div>
<div class="context"></div>

CSS

.context {
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  background: #72ED80;
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  height: 800px
}