Hello,
We have tested your HTML and it's working correctly, the image appears correctly in both cells. We recommend you to set the downloadImages option as true to download and add them instead of using external links that MS Word internal security can block:
$docx->embedHTML($html, array('downloadImages' => true));
Regards.