JSFiddle - React, Tailwind, and code Playground

HTML

<div>Hello there, dear <wbr>customer. <wbr>Please have a look <wbr>at our offer.</div>

CSS

div {
  white-space: nowrap;
}