SVG shape elements 

<svg viewBox="0 0 350 200">
  <rect x="25" y="25" width="200" height="120" fill="black" />
  <ellipse cx="210" cy="120" rx="110" ry="60" fill="red" />
  <text x="140" y="110" font-size="50" text-anchor="middle"
        fill="white">Words!</text>
</svg>