JSFiddle - React, Tailwind, and code Playground
HTML
<div class="form-group">
<label class="control-label col-xs-3" for="firstName">Имя:</label>
<div class="col-xs-9">
<input type="text" class="form-control" id="firstName" placeholder="Введите имя">
</div>