diff --git a/dev-utils.js b/dev-utils.js
index 027c861..e597048 100644
--- a/dev-utils.js
+++ b/dev-utils.js
@@ -212,7 +212,7 @@ export class ErrorOverlay {
- ${error.name || 'Error'}
+ ${this.escapeHtml(error.name || 'Error')}
${this.escapeHtml(error.message)}
diff --git a/examples/code-playground.html b/examples/code-playground.html
index e725a91..558ea45 100644
--- a/examples/code-playground.html
+++ b/examples/code-playground.html
@@ -327,20 +327,50 @@
🎮 Live Code Playground
-
-
-
-
-
-
-
+
+
+
+
+
+
+