JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<a href="https://www.facebook.com/MetroCU.org/">
            <svg xmlns="http://www.w3.org/2000/svg" width="320" height="512" viewBox="0 0 320 512">
                <path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path>
            </svg>
        </a>

CSS

a {
  height: 2rem;
  display: inline-flex;
  width: 2rem;
  background: red;
}

a svg {
  width: 100%;
}