JSFiddle - React, Tailwind, and code Playground

by Travis Almand

HTML

<div id="container">
  <span>some long text</span>
  <div>text</div>
  </div>

CSS

#container {
	border: 1px solid black;
  display: inline-block;
  }