JSFiddle - React, Tailwind, and code Playground
by ChrisStanyon
HTML
<div>
<input type="image" src="https://dummyimage.com/40x40/000/fff" style="margin: 0 35px">
<img src="https://dummyimage.com/200x60/000/fff">
<img src="https://dummyimage.com/200x60/000/fff">
<span>
<input type="image" src="https://dummyimage.com/40x40/000/fff" style="margin: 0 35px">
</span>
</div>
CSS
img {
border: 1px solid red;
padding: 10px;
margin: 15px;
}