JSFiddle - React, Tailwind, and code Playground

by batcave

CSS

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(256, 256, 256, 07);
  pointer-events: none;
  z-index: 10;
}

.overlay__loader {
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
}