JSFiddle - React, Tailwind, and code Playground

by salitrapraveen

HTML

<div>
    <p>Hello, Facebook</p>
    <p>Hello, Facebook</p>
    <p>Hello, Facebook</p>
</div>

CSS

div {
    background-color: #eceff5;
    background-color: #D9DDE7;
    width: 400px;
    height: 200px;
    padding: 10px;
}
p {
    background-color: #fff;
    color: #87898c;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0 0 10px;
    text-shadow: 1px 1px 1px #fbfcfd;
    padding: 8px;
    font-family: Helvetica, sans-serif;
    line-height: 18px;
    border-radius:1px;
    box-shadow: 0px 1px 1px #888;
    margin: 10px;    
}