html`
<svg version="1.1" x="0px" y="0px" viewBox="0 0 400 200">
<style type="text/css">
.feeling-blue{fill:#377eb8;}
.zesty-orange{fill:#ff7f00;}
.lush-green{fill:#4daf4a;}
.hot-red{fill:#e41a1c;}
.dirty-yellow{fill:#ffff33;}
.purply-purple{fill:#00008b;}
.feeling-blue{fill:#377eb8;}
.zesty-orange{fill:#ff7f00;}
</style>
#for 1st vertical colored set
<rect x="40" y="50" class="black" width="10" height="90"/>
<rect x="50" y="50" class="feeling-blue" width="10" height="80"/>
<rect x="60" y="50" class="zesty-orange" width="10" height="80"/>
<rect x="70" y="50" class="lush-green" width="10" height="80"/>
<rect x="80" y="50" class="hot-red" width="10" height="80"/>
<rect x="90" y="50" class="dirty-yellow" width="10" height="80"/>
<rect x="100" y="50" class="purply-purple" width="10" height="80"/>
<rect x="110" y="50" class="feeling-blue" width="10" height="80"/>
<rect x="120" y="50" class="zesty-orange" width="10" height="80"/>
<rect x="130" y="50" class="black" width="10" height="80"/>
#for top black border
<rect x="40" y="40" class="black" width="100" height="10"/>
<rect x="140" y="40" class="black" width="110" height="10"/>
#for 2nd horizontal colored set
<rect x="140" y="50" class="feeling-blue" width="100" height="10"/>
<rect x="140" y="60" class="zesty-orange" width="100" height="10"/>
<rect x="140" y="70" class="lush-green" width="100" height="10"/>
<rect x="140" y="80" class="hot-red" width="100" height="10"/>
<rect x="140" y="90" class="dirty-yellow" width="100" height="10"/>
<rect x="140" y="100" class="purply-purple" width="100" height="10"/>
<rect x="140" y="110" class="feeling-blue" width="100" height="10"/>
<rect x="140" y="120" class="zesty-orange" width="100" height="10"/>
#for black vertical line
<rect x="240" y="50" class="black" width="10" height="90"/>
#for bottom black border
<rect x="50" y="130" class="black" width="190" height="10"/>
</svg>