JSFiddle - React, Tailwind, and code Playground

HTML

<div class="customFooterColumn storeFeaturesColumn">
            <div class="leadingFooterSubSectionInColumn">
                <h3>Payment Options</h3>

                <div class="imageTable">
                    <table>
                        <tbody>
                            <tr>
                                <td>
                                    <a class="tiptipTableIcons" href="http://www.moneybookers.com" target="_blank" title="Moneybookers/Skrill"><img class="autoResizeImage" onmouseout=
                                    "this.src='http://173.254.28.69/~bluraysp/web/images/footer/payment/normal/moneybookers.png'" onmouseover=
                                    "this.src='http://173.254.28.69/~bluraysp/web/images/footer/payment/hover/moneybookers.png'" src=
                                    "http://173.254.28.69/~bluraysp/web/images/footer/payment/normal/moneybookers.png"></a>
                                </td>

                                <td>
                                    <a class="tiptipTableIcons" href="http://www.2checkout.com" target="_blank" title="2Checkout"><img class="autoResizeImage" onmouseout=
                                    "this.src='http://173.254.28.69/~bluraysp/web/images/footer/payment/normal/2checkout.png'" onmouseover=
                                    "this.src='http://173.254.28.69/~bluraysp/web/images/footer/payment/hover/2checkout.png'" src=
                                    "http://173.254.28.69/~bluraysp/web/images/footer/payment/normal/2checkout.png"></a>
                                </td>

                                <td style="padding-bottom: 4px;">
                                    <a class="tiptipTableIcons" href="http://www.visa.com" target="_blank" title="VISA"><img class="autoResizeImage" onmouseout=
                                    "this.src='http://173.254.28.69/~bluraysp/web/images/footer/payment/normal/visa.png'" onmouseover=
                                   ...

CSS

.autoResizeImage {
	max-width: 100%;
	height: auto;
	width: auto;
}