JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
background: repeating-radial-gradient(
gray,
gray 17px,
white 17px,
white 34px
);
height: 500px;
width: 500px;
}
<div></div>
div {
background: repeating-radial-gradient(
gray,
gray 17px,
white 17px,
white 34px
);
height: 500px;
width: 500px;
}