JSFiddle - React, Tailwind, and code Playground

by amadanNM

CSS

body
{
    background:white;
}

JavaScript

//
// polygon
//

paper = new Raphael(0,0,1000,1000);

paper.path("M172.25,647 L381.75,640.75 L422,641.75 L422,665 L415.75,679.5 L402.75,679.5 L401.25,667 L393.751,665 L363.625,665 L352.005,671.673 L346,673 L338.625,677 L172.25,672.5 Z").attr({"stroke":"red"});