I ran this code that you provided:
require_once 'Classes/Phpdocx/Create/CreateDocx.php';
$docx = new Phpdocx\Create\CreateDocx();
$html = '
<ul class="textbox-list">
<li>Have you heard of this animal before?</li>
<br><br><br><br><br><br>
<li>What do you already know about this animal?</li>
<br><br><br><br><br><br>
</ul>
';
$docx->embedHTML($html);
$docx->createDocx('output');
And I see this:
https://imgur.com/sS3Nqku