JSFiddle - React, Tailwind, and code Playground

HTML

<div style="text-align:center;">
    <!-- Current image -->
    <img 
src="http://www.2cover.co.il/UploadImages/gallery/180/818074_2.jpg" id="selectedImage" />
<br /><br />
    <!-- All other images -->
    <img src="http://www.2cover.co.il/UploadImages/gallery/180/665296_1.jpg" style="Width: 50px;height:50px;" onclick="document.getElementById('selectedImage').src = this.src" />
    <img src="http://www.2cover.co.il/UploadImages/gallery/180/818074_2.jpg" style="Width: 50px;height:50px;" onclick="document.getElementById('selectedImage').src = this.src" />
    <img src="http://www.2cover.co.il/UploadImages/gallery/180/368230_3.jpg" style="Width: 50px;height:50px;" onclick="document.getElementById('selectedImage').src = this.src" />
</div>