JSFiddle - React, Tailwind, and code Playground

by Boba Poshtar

HTML

<p><img></p>

CSS

p {
  background: orange;
  font-size: 18px;
  line-height: 24px;
}
img {
  background: navy;
  width: 100px;
  height: 50px;
  border: none;
}