JSFiddle - React, Tailwind, and code Playground

JavaScript

var paper = Raphael(10, 10, 800, 600);
var path = paper.path("M20 20L190 190");
path.attr({
    "stroke-width": 4,
    "stroke": "#00f",
    "stroke-opacity": 0.5,
    //"fill": "90-#f00:5-#00f:95",
});