html`<svg width="128" height="128" fill="none" stroke="black">
<rect x="10" y=10 width="${value}" height="50" style="fill:rgb(200,20,30);stroke-width:0" />
<rect x="50" y="30" width="120" height="60" style="fill:rgba(20,200,30, 0.4);stroke-width:0" />
</svg>`