JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<div class="element"></div>

CSS

.element {
  border: 1px solid #eeeeee;
  width: 600px;
  height: 400px;
  /* background: var(--photo-cat) left / cover; */
  background-image: radial-gradient(circle 50px at 50px 50px, black 75%, transparent 78%);
  background-size: 50px 50px;
  /*mask-repeat: repeat;
  mask-size: 50px 50px; */
}