Need help - For displaying Texts at different-different coordinate

I want to display different texts at different-different coordinates. I am attaching my three js code.so can anyone please help me for achieving that.
following is the link of fiddle
https://jsfiddle.net/f2Lommf5/6147/

and i want to show the text like in the following image file.
text%20example

Why not like this? https://jsfiddle.net/f2Lommf5/6161/

That is also ok but then how can I display text like marked in the image. text%20example . In this case both the text value are so near. I tried to achieve this in the code you share but it’s overlapping and 1 text hides another.

Try to decrease the size of the plane geometry and also increase the font-size so the text fills out mostly all parts of the texture. In this way you can try to avoid the overlapping.