JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

HTML

<div></div>

CSS

div {
  width: 400px;
  height: 400px;
  background: repeating-linear-gradient(45deg, #3f87a6, #ebf8e1 15%, #f69d3c 20%);
}