JSFiddle - React, Tailwind, and code Playground

HTML

<section class="banners">
  <img src="http://placehold.it/300x200" alt="" class="left-banner">
  <img src="http://placehold.it/300x200" alt="" class="right-banner">
</section>

CSS

.banners {
	width: 1300px;
	max-width: 100%;
}

.banners img {
	border: 1px solid #e5e5e5;
  width: 45%;
}