JSFiddle - React, Tailwind, and code Playground

by shooter

HTML

<div>
    <LABEL>VERTICAL_NAMES</LABEL>
    <input type="text" name="VERTICAL_NAME" id="VERTICAL_NAME"  />
    <LABEL>VERTICAL_NAMES</LABEL>
    <input type="text" name="VERTICAL_NAME" id="VERTICAL_CODE" />
</div>

CSS

label {
    float: left;  
    clear: left;
    width: 200px;
}

input {
    float: left;
    width: 200px;
}