JSFiddle - React, Tailwind, and code Playground

by Augustus Yuan

HTML

<div class="logo">
</div>

CSS

.logo {
  background: url(https://pbs.twimg.com/profile_images/457164810052857856/cXNMHcHF.jpeg) no-repeat center;
  background-size: 100% auto;
  width: auto;
  height: auto;
}