JSFiddle - React, Tailwind, and code Playground

by digthedoug

HTML

<textarea class="shadow"></textarea>
<input type="text" class="shadow"/>
<input type="password" class="shadow"/>
<div style="background: #f1f1f1; width: 20px; height: 20px" class="shadow"></div>

CSS

.shadow{
  box-shadow: 5px 5px 5px red;   
}