JSFiddle - React, Tailwind, and code Playground

by Rico Sta. Cruz

CSS

body {
  background:
    linear-gradient(to bottom, #00f2 50%, transparent 50%) center center / 32px 32px,
    linear-gradient(to right, #f002 50%, transparent 50%) center center / 32px 32px;
}