Suppose I store
<b>bold text</b> in mysql column then I should get it as bold text
And not as, <b>bold text</b>
I am using it in a nodejs app and using handlebars as view engine.
If you wanted to inject a string into the DOM, you can do that pretty simply with innerHTML.
app.innerHTML = '<b>bold text</b>';