JSFiddle - React, Tailwind, and code Playground
by tjerabek
JavaScript
var paper = Raphael(0, 0, 800, 600);
var path = paper.path("M780,300 780,20 20,20 20,300 Q200,50 400,300 T780,300");
path.attr({
"stroke-width": 5,
"stroke": "#00f",
"stroke-opacity": 0.5,
"fill": "#EEE",
});