JSFiddle - React, Tailwind, and code Playground
by fxi
HTML
<div id='c'>
<select id='a'>
<option>a</option>
</select>
<select id='b'>
<option>a</option>
</select>
</div>
CSS
#c{
display:flex;
}
by fxi
<div id='c'>
<select id='a'>
<option>a</option>
</select>
<select id='b'>
<option>a</option>
</select>
</div>
#c{
display:flex;
}