JSFiddle - React, Tailwind, and code Playground

by BinaryAcid

HTML

<form>
    <input placeholder="Some text!" required>
    <input type="email" placeholder="An Email!" required>
    <input type="submit" value="A Button!">
</form>

CSS

div {
    background:transparent;
    border:none;
    box-shadow:none;
    color:#f7f;
    font:120% "Marker Felt";
    text-shadow:1px 1px 3px #090;
}