JSFiddle - React, Tailwind, and code Playground

by fadykamal

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<div class='input'>
<input type="text" class="simplebox" id='skills' name='skills'/>
</div>

CSS

.simplebox
{
outline: none;
border:10px;
}