JSFiddle - React, Tailwind, and code Playground

HTML

<div class="detailImgWrapper">
    <img src="http://placehold.it/25x25" alt="Placeholder" />
    <img src="http://placehold.it/25x25" alt="Placeholder" />
    <img src="http://placehold.it/25x25" alt="Placeholder" />
</div>

CSS

.detailImgWrapper {
    width: 500px;
}
    .detailImgWrapper img {
        display: block;
        width: 200px;
        height: 200px;
    }