let svg = `<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" version="1.1">
<style>
.text {
color: black;
}
</style>
<foreignObject x="0" y="0" width="100" height="100">
<div class="text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div>
</foreignObject>
</svg>`;