JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

HTML

<div class="column70">
    Begin Date:
</div>      
<div class="column30">
    <input type="text" id="TextBox6" />
</div>
<div class="column70">
    End Date:
</div>      
<div class="column30">
    <input type="text" id="TextBox7" />
</div>

CSS

div.column70 {
    display:inline-block;
    border: 1px solid green;
    width: auto;
    text-align: left;
    height: 66px;
    font-family:'Times New Roman';
}

div.column30 {
    display:inline-block;
    border: 1px solid green;
    width: auto;
    text-align: left;
    height: 66px;
    font-family:'Times New Roman';
}