JSFiddle - React, Tailwind, and code Playground

by Simon Price

HTML

<section class="container"></div>

CSS

/* Pen-specific styles */
html, body { 
  color: #fff;
  height: 100%;
}

/* Pattern styles */
.container {
  background: linear-gradient(
    to right, 
    #39ADFA   0%, 
    #39ADFA   50%, 
    #ffffff 50%, 
    #ffffff 100%
  );
  height: 100%;
  width: 100%;
}