JSFiddle - React, Tailwind, and code Playground

by elizabethkmathew

HTML

<div class="box">

</div>

CSS

.box {
  width: 200px;
  height: 200px;
  background-color: #ccc;
  box-shadow: 0 2px 4px  rgba(0, 0,0, 0.4);
  margin: auto;
}