Introduction
Sometimes you want to show HTML code stored in a variable as real HTML on the page, not just plain text.
Displaying user-generated content that includes HTML tags.
Showing formatted text from a database or API response.
Rendering small snippets of trusted HTML inside your component.