JSFiddle - React, Tailwind, and code Playground

HTML

<div class="balloon">
      This is sample text. This is a second sentence.
    </div>
    <div class="balloon">
      This is sample text.
    </div>

CSS

.balloon {
  background: #FFF;
  border: solid 2px;
  display: inline-block;
  max-width: 225px;
}