JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<div class="box" style="background:red;margin:40px;">
  
  <svg viewBox="0 0 300 300">
  <line x1="0" y1="20" x2="200" y2="20" stroke-width="4" stroke="#000" stroke-dasharray="100 50" stroke-dashoffset=""></line>
  
  <line x1="0" y1="50" x2="200" y2="50" stroke-width="4" stroke="#000"stroke-dasharray="50" stroke-dashoffset="20"></line>
  
  <line x1="0" y1="100" x2="200" y2="100" stroke-width="4" stroke="#000" stroke-dasharray="70 200" stroke-dashoffset=""></line>
</svg>
</div>