JSFiddle - React, Tailwind, and code Playground
HTML
<div>hello<img src='http://example.com/invalid.gif' id="testimage"> there</div>
CSS
#testimage {
height: 200px;
width: 200px;
display: inline-block;
}
<div>hello<img src='http://example.com/invalid.gif' id="testimage"> there</div>
#testimage {
height: 200px;
width: 200px;
display: inline-block;
}