JSFiddle - React, Tailwind, and code Playground
by spitfire378
HTML
<div class="parent">
<div style='width:150px'>test</div><div style='width:130px'>test</div><div style='width:120px'>test</div>
</div>
CSS
.parent {
display: flex
}
by spitfire378
<div class="parent">
<div style='width:150px'>test</div><div style='width:130px'>test</div><div style='width:120px'>test</div>
</div>
.parent {
display: flex
}