JSFiddle - React, Tailwind, and code Playground

by Chris Wilson

JavaScript

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

paper.path("M150,300L270,125A50,50 0 0,0 150,50A50,50 0 0,0 30,125L150,300")
    .attr({
        fill: "pink",
        stroke: "red"
    });