JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

p {
    background-image: url("https://mdn.mozillademos.org/files/12668/MDN.svg#xywh=0,0,10,10");
    background-repeat: no-repeat;
    padding-top: 64px;
}