JSFiddle - React, Tailwind, and code Playground

by htmlzengarden

HTML

<form action="#">
    <p><input type="password" value="test" /></p>
    <p><input type="text" value="••••" /></p>
</form>

CSS

@import url(http://fonts.googleapis.com/css?family=Open+Sans&amp;text=•);

input
{
    font-family: "Open Sans", sans-serif;
    font-size: 3em;
}

p
{
    margin-bottom: 1em;
}