Can I convert a string to HTML in javascript?
let description = "<a className="peoplelink" id="ether">Ether</a> // is render as 'the historian of the'";
let html= // I know that it is easy to do with jquery by using .html() method, but can we convert a string to HTML in javascript?