JSFiddle - React, Tailwind, and code Playground
by blackhawx
HTML
<div class = "one">
One
<div class = "two">
Two
</div>
</div>
CSS
.two {
display:inline-block;
}
by blackhawx
<div class = "one">
One
<div class = "two">
Two
</div>
</div>
.two {
display:inline-block;
}