JSFiddle - React, Tailwind, and code Playground

by ainop

HTML

<svg width="100%" height="100%" fill="#333">
  <svg x="5%" y="10%" width="95%" height="80%" viewPort="0 0 100 100" preserveAspectRatio="none">
    <g transform="translate(0 100)" stroke="#333" stroke-width="1">
      <path d="M0 0 h100" />
      <path d="M0 0 v-100" />
    </g>
  </svg>
  <text
        x="100%" y="90%"
        text-anchor="end"
        font-size="20px"
        dominant-baseline="hanging"
>
    Text
  </text>
</svg>