JSFiddle - React, Tailwind, and code Playground

by bodine30

CSS

body {
  background-color: rgb(3, 116, 101);
  background-image:
    linear-gradient(90deg, transparent 2px, rgb(3, 116, 101) 2px, rgb(3, 116, 101) 138px, transparent 140px),
    linear-gradient(transparent 1px, white 1px, rgb(3, 116, 101) 2px, rgb(3, 116, 101) 139px, white 140px, transparent 140px, transparent 200px),
    linear-gradient(90deg, transparent 1px, white 1px, rgb(3, 116, 101) 2px, rgb(3, 116, 101) 139px, white 140px, transparent 140px, transparent 200px);

  background-size: 
    200px 1px,
    1px 200px,
    200px 1px;
    
  background-position:
    -50px 0px,
    0px -50px,
    -50px 0px;
}