JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-1.12.3.js"></script>
<script src="http://fonts.googleapis.com/css?family=Lato:300,700"></script>
<script src="http://fonts.googleapis.com/css?family=Lato:400,700"></script>
<div class="plLabelSearch">Code:</div>
<div class="plinput"><input path="codeKey" type="text" size="29"/></div>
CSS
.plLabelSearch{display:inline-block;width:190px;text-align:right;margin-bottom:10px;}
.plinput {display:inline-block;width:150px;}
.plinput > input{height: 50px;}