JSFiddle - React, Tailwind, and code Playground

by AlexJsh02

HTML

<!-- svg image -->
<div style="border: 1px solid black; margin-bottom: 6px;">
<svg width="32" height="32">
    <image x="0" y="0" width="32" height="32" xlink:href="https://tctechcrunch2011.files.wordpress.com/2016/01/nasa-spacewalk.jpg" />
</svg>
</div>
<div style="border: 1px solid black;">
<svg viewBox="0 0 1400 100" preserveAspectRatio="none" width="1400" height="32">
    <image x="0" y="0" width="1400" height="100" xlink:href="https://tctechcrunch2011.files.wordpress.com/2016/01/nasa-spacewalk.jpg" />
</svg>
</div>