JSFiddle - React, Tailwind, and code Playground

by Mateus Junges

HTML

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<!doctype html>
<html lang="pt-br">
<head>
	<title>Mateus Junges</title>
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="author" content="Mateus Junges">


</head>
<body>
	<!--<section id="home">-->
	<div class="container">
		<div class="row">
			<div class="col" id="home-left-div">
				1 of 2
			</div>
			<div class="col" id="home-right-div">
				2 of 2
			</div>
		</div>
	</div>
	<!--</section>-->
</body>
</html>

CSS

#home-right-div{
  background: black;
  height: 100vh;
}