JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<div class="container">
  <svg width="1000" height="1000" viewBox="0 0 1000 1000">
    <circle cx="500" cy="500" r="500" fill="black"></circle>
  </svg>
</div>

<!-- <div class="container">
  <svg viewBox="0 0 1000 1000">
    <circle cx="500" cy="500" r="500" fill="black"></circle>
  </svg>
</div> -->