JSFiddle - React, Tailwind, and code Playground

by denzdii

HTML

<p>CONTOH</p>

CSS

body{background: #ccc;padding:20px 10px}
p {
    padding: 5px 10px;
    margin: 10px;
    background: #eee;
    color: #333;
    font-size: 21px;
    line-height: 1.3em;
    border: 2px dashed #aaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 0 4px #eee, 2px 1px 4px 4px rgba(10,10,0,.5);
    -webkit-box-shadow: 0 0 0 4px #eee, 2px 1px 4px 4px rgba(10,10,0,.5);
    box-shadow: 0 0 0 4px #eee, 2px 1px 6px 4px rgba(10,10,0,.5);
    text-shadow: 1px 1px 0 #fff;
}