JSFiddle - React, Tailwind, and code Playground

by grammar

HTML

<div class="paper"></div>

JavaScript

var paper = Raphael( 10, 50, 320, 200 ),
    circle = paper.circle( 50, 40, 10 );

circle.attr('fill', '#f00' );
circle.attr('stroke', '#fff' );