JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<table>
<tr><td><img src="http://classpic.ru/wp-content/uploads/Samyj-luchshij-minon.jpg"></td></tr>
<tr><td>аааааааааааааааааааааааа</td></tr>
</table>
CSS
table{height:50%;width:50%;}
td{
background-color:black;
padding:20px;
border:1px solid blue;
vertical-align:middle;
text-align:center;
word-wrap:break-word;
color:white;
}