JSFiddle - React, Tailwind, and code Playground

HTML

<p>
    Should only show the top left piece, not the whole logo.
</p>

CSS

p {
      background-image: -moz-image-rect(url(https://mdn.mozillademos.org/files/12053/firefox.png), 0%, 50%, 50%, 0%);
    background-repeat: no-repeat;
    padding-top: 64px;
}