JSFiddle - React, Tailwind, and code Playground

by stecb

HTML

<div class="box">Hello world</div>

CSS

.box {
    border:3px solid #333;
    border-radius: 15px;
    background: #333;
    -moz-box-shadow:0px 0px 1px #333;
}