JSFiddle - React, Tailwind, and code Playground

by Michael Barros

HTML

<body>
  <svg viewBox="0 0 450 50">
    <text y="40">334</text>
  </svg>
</body>

CSS

svg {
  font: bold 70px Century Gothic, Arial;
  width: 100%;
  height: 120px;
}

text {
  fill: none;
  stroke: black;
  stroke-width:0.5px;
  stroke-linejoin: round;
}