JSFiddle - React, Tailwind, and code Playground

HTML

<div style="width: 300px;" >
<div><input class="f-lft"type="text" style="width:200px"/>
<input class="f-lft" type="button" value="Save"/>
</div>
</div>

CSS

.f-lft {
    float:left;
    border:2px solid orange;
}