JSFiddle - React, Tailwind, and code Playground
by Prajeesh_PR
HTML
<table cellpadding="2" cellspacing="0" >
<tr>
<td>Contact: </td>
<td width="100px"><div class="d" style="overflow: hidden; width:100px">[email protected]</div>
</td>
</tr>
</table>
CSS
.d:hover {
overflow-x: auto;
}