JSFiddle - React, Tailwind, and code Playground
HTML
<table class="table prospects-table">
<thead>
<tr>
<th style="width:200px";>Name</th>
<th style="width:200px";>Email</th>
<th style="width:200px";>Phone</th>
<th style="width:200px";>Message</th>
<th style="width:200px";>Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td style="width:50px; height:50px;";>test sdada</td>
<td style="width:50px; height:50px;";>[email protected]</td>
<td style="width:50px; height:50px;";>(321) 312-3123</td>
<td style="width:200px";> sadasda</td>
<td style="width:200px";>
<div class="in-line">
<i class="fa fa-pencil-square-o"></i>
<a href="http://192.168.0.105/user/editenewleed/22"><span>Edit</span></a>
</div>
<div class="in-line">
<i class="fa fa-users "></i>
<a href="http://192.168.0.105/user/addpatientfromnewlead/22"><span>Transfer</span></a>
</div>
<div class="in-line">
<i class="fa fa-trash-o"></i>
<a href="http://192.168.0.105/user/deletenewleed/22"><span>Delete</span></a>
</div>
</td></tr>
<tr>
<td style="width:200px";>Diaconescu Cristian</td>
<td style="width:200px";>[email protected]</td>
<td style="width:200px";>(312) 312-3123</td>
<td width="200">asdasadsdasasasasdkhsdjkashsdkjahdhjsgdhjgvhhs,ajfkghjkdjhdsgjhasdghjgsadhjgshjkhvjgjkgfkjhdkjjhgfhjkdhkjsgdfv</td>
<td...
CSS
td{
background-color:blue;
height:200px;
}