JSFiddle - React, Tailwind, and code Playground

by dhavaljani

HTML

<div class="myDiv"></div>

CSS

.myDiv
{
  width: 100px;
  height: 100px;
  box-shadow: 10px 0 5px -2px #888;
}