JSFiddle - React, Tailwind, and code Playground

by Calvin Tomkins

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;
}