JSFiddle - React, Tailwind, and code Playground

HTML

<p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. </p>

CSS

p {
  white-space: nowrap;
  width: 100%;                   
  overflow: hidden;          
  text-overflow:    ellipsis;
}