JSFiddle - React, Tailwind, and code Playground
by joshmoto
HTML
<svg xmlns="http://www.w3.org/2000/svg" width="1400" height="1000" viewBox="0 0 1400 1000">
<g>
<text y="20">This text is wider than the SVG, so there should be a scrollbar shown.</text>
</g>
</svg>
CSS
SVG {
width:100%;
overflow: auto;
background: gainsboro;
}