JSFiddle - React, Tailwind, and code Playground

by abhishek_soni

HTML

<svg height="98" width="390">
          <rect x="0" y="0" width="200" height="20" rx="10px" fill="red" />
          <rect x="3" y="3" width="200" height="20" rx="10px" fill="green" />
          </svg>

JavaScript

let x1 = 80;
let y1 = 80;
let x2 = 80;
let y2 = 80;

let outerRectWidth = 20;
let valueWidth = 20;
let innerRectHeight = 30;
let outerRectHeight = 30;