JSFiddle - React, Tailwind, and code Playground

by CreativeDreams

HTML

<div class="testDiv">
    <svg style='width: 100%; height: 100%;'>
    <line x1="0" y1="0" x2="100%" y2="100%" stroke-width="2" stroke="#3E515E" stroke-dasharray="7,10" stroke-linecap="round" />
    </svg>
</div>

CSS

.testDiv {
  background: gray;
  width: 100%;
  height: 400px;
}