html`<div style="display: flex; width: 300px;">
<svg width="800" height="200" viewBox="0 0 800 200" style="height: auto; height: intrinsic; width: 100%;">
<rect fill="steelblue" width="800" height="200"></rect>
<text text-anchor="middle" dy="0.35em" x="50%" y="50%">800 x 200</text>
</svg>
</div>`