JSFiddle - React, Tailwind, and code Playground

by chriswilsondc

JavaScript

var paper = Raphael(0, 0, 400, 300);

var ball = paper.circle(50, 50, 25).attr({ fill: '#FF0000', stroke: '#000099', 'stroke-width': 3 });