diff --git a/src/components/txt.tsx b/src/components/txt.tsx
index 329adc8..014892b 100644
--- a/src/components/txt.tsx
+++ b/src/components/txt.tsx
@@ -83,7 +83,12 @@ export default function TXT({ onHover }: TXTProps) {
비밀.txt
- {content}
+ {content.split('\n').map((line, idx) => (
+
+ {line}
+
+
+ ))}