JSFiddle - React, Tailwind, and code Playground

by Sam Liew

HTML

<table>
    <tr>
    <td>
        <div>    
            <img src="https://www.google.ru/images/srpr/logo4w.png"/>
            <img src="http://pictar.ru/data/media/24/nature__463_.jpg"/>
        </div>
        </td>
    </tr>
</table>

CSS

div {
    height: 100%;
    width: 100%;
    border:2px solid red;
}
div img {
    width:100%;
    max-width: 100%;
    max-height: 100%;
}