JSFiddle - React, Tailwind, and code Playground
by mikeys4u
HTML
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<input type="text" name="newtext" class="textbox" value="Add text" />
CSS
.textbox {
font-family: 'Shadows Into Light', cursive;
font-size: 26px; color: #18326d; letter-spacing: 3px;
}