JSFiddle - React, Tailwind, and code Playground

by vinishanto

HTML

<table>
  <tr>
    <td> 
        
      <a  href="">
          <span class ="ellipsis">  very lengthy text </span>
      </a> 
                
    </td>
 </tr>

CSS

a{text-decoration:none; color:black;}
.ellipsis {
width: 100px;
margin-left: 2px;
display: inline-block;
overflow:hidden;
height:20px;
}