JSFiddle - React, Tailwind, and code Playground

HTML

<div class="classname">
  CONTENT
</div>

CSS

.classname {
  height: 50px;
  width: 50%;
  background-color: lightblue;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}