JSFiddle - React, Tailwind, and code Playground
HTML
<table class='table'>
<tbody>
<tr>
<td class='icon'>Icon</td>
<td class='descr'> Descr Descr Descr Descr Descr Descr Descr Descr Descr Descr Descr Descr Descr Descr Descr Descr</td>
<td class='author'>Author Author Author Author Author Author Author Author </td>
</tr>
</tbody>
</table>
CSS
.table{
border-spacing:10px;
width:100%;
}
td{
padding:5px;
}
.icon{
width:40px;
}
.descr{
width:auto;
}
.author{
width:200px;
}