JSFiddle - React, Tailwind, and code Playground

by Nicholas Berlette

HTML

<svg xmlns="http://www.w3.org/1999/svg" width="200" height="40" fill="none" color="#8ee5ee">
  <defs>
    <style>
      .bg-1 {
        border: 2px solid #ccc;
        width: 196px;
        height: 32px;
      }
    </style>
  </defs>
  
  <rect x="1.5" y="1.5" width="196" height="34" rx="8%" fill="#fafcfc1A" stroke="currentColor" stroke-width="2.5" />
</svg>