JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!--facebook icon-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="thirdpage">
		<div class="thirdoutter">
			<div class="viewmorebutton">
				<button type="button" class="btn btn-secondary col-sm-4">VIEW MORE</button>
			</div>
			
			
		</div>

CSS

.thirdpage{
	height: 90vh;
	background-color: #101427;
}

.thirdoutter{
	position: relative;
    margin: 0 auto;
    width: 80%;
    height: 100%;
}
.viewmorebutton{
	margin:auto;
	height: 80%;
	text-align: center;
}
.largercavas{
	height: 100%;
	width: 50%;
	object-fit: cover;
}
.largerimg{
	width: 100%;
	max-height: 100%;
}