HTML Tags - Astro

Component

here's some HTML!!!

Source Code

---
const htmlString = `here's some <strong>HTML!!!</strong>`
---

<p set:html={htmlString} />