JSFiddle - React, Tailwind, and code Playground

by dougneiner

HTML

<div></div>

CSS

div {
    -webkit-border-radius: 20px;
    background: #aaa;
    -webkit-box-shadow: inset red 0 0 20px;
    width: 400px;
    height: 100px;
}