JSFiddle - React, Tailwind, and code Playground

by nathanlogan

HTML

<p>This is text.</p>

<input type="text" value="Search" />

CSS

p, input {
    margin-bottom:10px;
    padding:3px 5px;
    background:#333;
    font-size:26px;
    font-weight:bold;
    color:#666;
    text-shadow: 1px 1px 1px #999;
        filter: Shadow(Color=#999999,     
            Direction=135, 
            Strength=5);
}