JSFiddle - React, Tailwind, and code Playground

by Bacher

HTML

<div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mtc="http://www.make-the-cut.com/namespaces/make-the-cut" mtc:dpi="90" version="1.1" width="29.0882in" height="22in" viewBox="0 0 2617.942383 1980" preserveAspectRatio="none">
	<g inkscape:groupmode="layer" label="DIGIDOWN034" id="DIGIDOWN034">
		<path label="DIGIDOWN034" id="DIGIDOWN034" fill="#000000" stroke="none" stroke-linejoin="round" d="M335.355,691.443 L336.937,685.147 L337.354,679.612 L336.558,674.761 L334.74,670.635 L331.85,667.155 L328.079,664.362 L323.396,662.114 L317.909,660.503 L311.712,659.412 L304.805,658.843 L297.263,658.743 L289.215,659.142 L280.676,659.973 L271.722,661.186 L262.419,662.795 L252.845,664.748 L233.16,669.614 L213.116,675.545 L193.31,682.261 L174.301,689.676 L165.21,693.472 L156.558,697.424 L148.313,701.329 L140.587,705.34 L133.473,709.279 L127.04,713.16 L121.292,716.982 L116.367,720.707 L116.038,710.065 L116.392,699.698 L117.386,689.464 L119.059,679.507 L121.36,669.746 L124.266,660.312 L127.798,651.075 L131.929,642.165 L136.673,633.517 L141.897,625.168 L147.73,617.081 L154.152,609.383 L161.049,601.986 L168.467,594.965 L176.361,588.244 L184.763,581.963 L193.703,575.996 L203.025,570.442 L212.855,565.33 L223.083,560.567 L233.759,556.232 L244.863,552.389 L256.355,548.96 L268.212,546.01 L280.453,543.474 L293.112,541.494 L306.076,539.979 L319.348,538.929 L332.971,538.421 L346.888,538.443 L361.159,539.007 L375.645,540.151 L375.471,534.56 L374.862,529.145 L373.81,523.907 L372.255,518.832 L367.951,509.301 L361.969,500.425 L354.559,492.322 L345.751,484.798 L335.668,477.946 L324.435,471.79 L312.144,466.218 L298.922,461.255 L284.848,456.85 L270.115,453.044 L254.798,449.786 L238.964,447.089 L222.764,444.852 L206.32,443.165 L189.715,441.914 L173.068,441.19 L156.533,440.89 L140.169,441.028 L124.118,441.632 L108.52,442.6 L93.3865,443.93 L78.9697,445.678 L65.2945,447.714 L52.4103,450.116...

CSS

div {
  height: 200px;
}

svg {
  width: 100%;
  height: 100%;
}