JSFiddle - React, Tailwind, and code Playground

by SchmalzyB

HTML

<div style="text-align: center; margin: 35px auto;">
    <form class="form-inline" action="" method="post">
        <div class="input-append">
            <input type="text" class="input-large" id="" name="" placeholder="[email protected]" />
            <button type="submit" class="btn btn-large">Subscribe</button>
        </div>    
    </form>
</div>

CSS

@import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css');
input.input-large[class=input-large] {
padding: 11px 19px;
font-size: 17.5px;
}