JSFiddle - React, Tailwind, and code Playground

by considerphlebas

HTML

<div id="paper"></div>

JavaScript

var p0 = Raphael("paper", 500, 500);

var txt = p0.text(50,50,"An example sentence that shows a problem with its BBox width");