JSFiddle - React, Tailwind, and code Playground
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");
<div id="paper"></div>
var p0 = Raphael("paper", 500, 500);
var txt = p0.text(50,50,"An example sentence that shows a problem with its BBox width");