JSFiddle - React, Tailwind, and code Playground
by Dhanck
HTML
<table>
<tr>
<td>
<div>
Dmitri
</div>
</td>
</tr>
</table>
CSS
td{
border: 1px solid red;
height: 1px;
width: 80%
}
table{
border-collapse:collapse;
border-spacing:0;
width:80%;
}
div{
height: 40px;
display: inherit;
vertical-align: middle;
}