JSFiddle - React, Tailwind, and code Playground

by darkstarsys

HTML

Here is the SVG:
<br>
<div id="keyframe-graph">
    <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="keyframe-graph-svg" >
    </svg>
</div>

CSS

#keyframe-graph {
  border: 1px solid red;
  flex-basis: auto;
  flex-grow: 1;
}
#keyframe-graph-svg {
  border: 1px solid blue;
  width: 100%;
}