JSFiddle - React, Tailwind, and code Playground
HTML
<p><img></p>
CSS
p {
background: orange;
font-size: 18px;
line-height: 24px;
}
img {
background: navy;
width: 100px;
height: 50px;
border: none;
}
<p><img></p>
p {
background: orange;
font-size: 18px;
line-height: 24px;
}
img {
background: navy;
width: 100px;
height: 50px;
border: none;
}