I need to place an i element that renders an icon, after a paragraph, but when I use the pseudo element "after" I only get pure html and not the icon. How can I get the icon rendering instead of the html text? Thank you.
.myDiv p:after {
content: '<i class="towerIcon"></i>';
}
RESULT
Lorem ipsum dolor sit amet, consectetur adipiscing<i class="towerIcon"></i>