JSFiddle - React, Tailwind, and code Playground
by ChrisStanyon
HTML
<div id="wrapper">
<input type="text" id="txtAddOKA">
<select id="comBusinessUnit">
</select>
<button id="btnAddOKA">Add</button>
<div id="msgAddOkA"></div>
</div>
CSS
#wrapper {
display:flex;
border: 1px solid red;
}
#wrapper > * {
flex-grow: 1;
min-width: 150px;
}