JSFiddle - React, Tailwind, and code Playground

HTML

<p>Essa Ă© uma mensagem de testes</p>

CSS

p {
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}