JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr><td class="oldscoool">
<img src=""/>
</td><td class="hooey"></td></tr>
<tr><td class="oldscoool">
<span>многострочный длинный сука текст многострочный длинный сука текст многострочный длинный сука текст</span>
</td><td class="hooey"></td></tr>
</table>
CSS
table {}
img {
width:200px;
height:100px;background:#000;
}
.oldscoool {border:1px solid #000}
.hooey {width:100%}