JSFiddle - React, Tailwind, and code Playground

HTML

<html>
  <body>
      The following text has been partly hidden by means of "overflow: hidden". The full sentence is "Text that has been hidden by means of overflow hidden", but only "Text that has been hidden by..." is shown.
      <p style="overflow: hidden; width: 200px; height: 20px; white-space: nowrap; text-overflow: ellipsis;">
        Text that has been hidden by means of overflow hidden.
      </p>
  </body>
</html>