JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td><img src=""/></td>
<td><img src=""/></td>
<td><img src=""/></td>
</tr>
<td><p>text1</p></td>
<td><p>text2</p></td>
<td><p>text3</p></td>
<tr>
</tr>
</table>
CSS
img {
margin:auto;
}
p {
align:center;
}