JSFiddle - React, Tailwind, and code Playground
HTML
<div class="bakerite-badge">
<img src="https://bakeritehq.com/a/assets/bakerite-logo.png">
</div>
CSS
* {
margin: 0px;
padding: 0px;
}
body {
background: #333;
width: 100vw;
height: 100vh;
}