svg`
<svg id="exercise" width="100%" height=500 style="background:white;border:1px solid black;">
<rect class="filled" width=10 height=20 x=10 y=10 fill="black" stroke="black" />
<rect class="filled" width=10 height=20 x=25 y=10 fill="black" stroke="black" />
<rect class="transparent" width=10 height=20 x=40 y=10 fill="black" stroke="black" />
<rect class="transparent" width=10 height=20 x=55 y=10 fill="black" stroke="black" />
<rect class="transparent" width=10 height=20 x=70 y=10 fill="black" stroke="black" />
</svg>
`