JSFiddle - React, Tailwind, and code Playground

by Adrift

HTML

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

CSS

div {
    display: inline-block;
}