JSFiddle - React, Tailwind, and code Playground

by _nderscore

HTML

<canvas id="c"></canvas>

CSS

body { background: #CCCCCC; font-family: sans-serif; }
canvas { width: 0; height: 0; }
div { border: 1px solid #EEEEEE; border-radius: 5px; padding: 5px; text-align: center; background: #FFFFFF; width: 225px; margin: 10px; display: inline-block;}
a { text-decoration: none; display: block; color: #333; }

JavaScript

/* iOS Launch Image Generator */

var backgroundColor = '#52abbd';
var logoWidth = 175;
var logoHeight = 175;
var logoPath =...