JSFiddle - React, Tailwind, and code Playground

by Akram kamal

HTML

<label style="display:inline-block" class="formLabel">from</label>&nbsp;
<label style="display:inline-block" class="formLabel">port #</label><br/>
 <input type="text" id="minvalue" property="minvaluePort" name="minvalue" />

CSS

label { 
    font-weight: bold; 
    font-size: 100%; 
    text-transform: uppercase; 
    letter-spacing: .125em; 
}
.formLabel {
     display: block;
     line-height: 1.8; 
     vertical-align: top; 
     font-weight: bold; 
     padding-top: 10px; 
     color: #245393; }