JSFiddle - React, Tailwind, and code Playground

by Ben Watts

HTML

<div class="image_line" >
    <div class="image_cell">
        <img id="1" src ="http://www.gamingevolution.info/screenshots/main.php/d/149898-1/Greystar.gif" />
    </div>
    <div class="image_cell">
        <img id="2" src ="http://www.gamingevolution.info/screenshots/main.php/d/149898-1/Greystar.gif" />
    </div>
    <div class="image_cell">
        <img id="3" src ="http://www.gamingevolution.info/screenshots/main.php/d/149898-1/Greystar.gif" />
    </div>
    <div id="4" class="image_cell">
        <img src ="http://www.gamingevolution.info/screenshots/main.php/d/149898-1/Greystar.gif" />
    </div>
    <div id="5" class="image_cell">
        <img src ="http://www.gamingevolution.info/screenshots/main.php/d/149898-1/Greystar.gif" />
    </div>

</div>

JavaScript

var start1 = document.getElementById("1")
start1.src = "https://www.fortwhyte.org/wp-content/uploads/2014/08/gold_star.png";