JSFiddle - React, Tailwind, and code Playground

HTML

<div class="logo">

CSS

.container {
	display: block;
	width: 67%;
	margin: 18% 16%;;
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: relative;
}

.container h3 {
	padding: 100px;
	padding-top: 100px;
	padding-bottom: 0;
}

.container p {
	padding: 7%;
	padding-top: 3%;
	padding-bottom: 0;
}

.logo {
background: red;
        width: 100px;
    height: 50px;
    margin: 0 auto;
}

.image {
	position: absolute;
	left:-200px; top:-20px;
}

.image2 {
	position: absolute;
	right:-200px; top:-35px;