d3 text
original - create div on click 1 - two different ways (div, fo) 2 - foreignObject
HTML
<html>
<svg height="30" width="200">
<text x="0" y="15" fill="red">\u00A0</text>
</svg>
</html>
<html>
<svg height="30" width="200">
<text x="0" y="15" fill="red">\u00A0</text>
</svg>
</html>