JSFiddle - React, Tailwind, and code Playground
by InferOn
HTML
<div id="holder">
</div>
JavaScript
var R = Raphael("holder", 640, 480);
var text = "James";
var test = R.text(200, 200, text);
for(var i = 0; i < text.lenght; i++){
}
test.txt = "miao";