JSFiddle - React, Tailwind, and code Playground

by Ravshanbek778

HTML

<h2>
  <a href="">Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum</a>
</h2>

CSS

h2 {
    width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: red;
}