JSFiddle - React, Tailwind, and code Playground

by vijayweb

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css">
<input type="text" class="input-large input-block-level" placeholder="I am a large input"></input>

CSS

.input-large[class=input-large] {
 height: 64px;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 11px 19px;
  font-size: 17.5px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}