JSFiddle - React, Tailwind, and code Playground

by blackhawx

HTML

<div class = "one">
  One
  <div class = "two">
    Two
  </div>
</div>

CSS

.two {
   display:inline-block;
}