SVG shape elements 

<svg viewBox="0 0 350 200">
  <rect x="25" y="25" width="200" height="120" fill="yellow"
      stroke="black" stroke-width="5" />
</svg>