JSFiddle - React, Tailwind, and code Playground

by ZhenLiu

HTML

<div id="drawing"></div>

JavaScript

"use strict"
// Draw the Canvas with the width of 600 and height 400
var draw = SVG('drawing').size(600,400);