JSFiddle - React, Tailwind, and code Playground

by aldomatic

HTML

<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg">  
  
  <rect width="100%" height="100%" fill="#ccc" />  
  
  <circle cx="150" cy="120" r="100" fill="#000" />  
  
  <text x="150" y="130" font-size="40" text-anchor="middle" fill="white">Click ME</text>  
  
</svg>