JSFiddle - React, Tailwind, and code Playground

by will

JavaScript

var blue = new Path.Circle(new Point(85, 45), 26);
blue.fillColor = '#00ccff';
blue.opacity = .7;

var yellow = new Path.Circle(new Point(75, 45), 26);
yellow.fillColor = '#fffc00';
yellow.opacity = .7;

var green = new Path.Circle(new Point(85, 55), 26);
green.fillColor = '#00ee81';
green.opacity = .7;

var purple = new Path.Circle(new Point(75, 55), 26);
purple.fillColor = '#ff00fc';
purple.opacity = .7;

var black = new Path.Circle(new Point(80, 50), 26);
black.fillColor = '#000';