JSFiddle - React, Tailwind, and code Playground

by Christian Sonne

HTML

<div></div>

CSS

div {
  background: repeating-radial-gradient(
    gray,
    gray 17px,
    white 17px,
    white 34px
  );
  height: 500px;
  width: 500px;
}