- <svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
- <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
- <text x="50" y="55" font-family="Arial" font-size="14" fill="white" text-anchor="middle">Test</text>
- </svg>
|