JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<div class="box"></div>

SCSS

.box {
  width: 800px;
  height: 800px;
  background: repeating-conic-gradient(#000 0% 25%, #eee 0% 50%) 100%/ 100% 100%;
}