JSFiddle - React, Tailwind, and code Playground

by Ed Bulikyan

HTML

<div class="block">
  xxx
</div>

CSS

.block {
  min-height: 100px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}