JSFiddle - React, Tailwind, and code Playground
by MetalFrog
HTML
<h2>IV. Five Year Work Scan</h2>
<fieldset class="left">
<label for="company">Company:</label>
<input id="company" type="text" size="20" />
<br /><br />
<label for="title">Job Title:</label>
<input id="title" type="text" size="20" />
</fieldset>
<fieldset class="left">
<label for="start">Start Date:</label>
<input id="start" type="text" size="20" />
<br /><br />
<label for="end">End Date:</label>
<input id="end" type="text" size="20" />
</fieldset>
CSS
.left{
float:left;
margin-right:1em;
padding:.5em;
border:1px solid #aaa;
}