JSFiddle - React, Tailwind, and code Playground

by Darby Rathbone

JavaScript

var b = document.createElement('canvas'),
    c = b.getContext('2d');
document.body.appendChild(b);
c.fillText("Hello World!",0,parseInt(c.font));