JSFiddle - React, Tailwind, and code Playground

HTML

<title>Mah stuffz</title> 
 
</head> 
	<body> 
	<div class="wrapper">
		<div class="column">
			<label class="column-header">Need Help?</label>
		</div> 
		
		<div class="column">
			<label class="column-header">Search for gold</label>
			<div class="input-container">
				<fieldset class="parameters">
					<label>Who</label>
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text" />
					<input type="text"...

CSS

body{
	margin: 0;
	padding: 0;
	background-color: lightgrey;
}

.wrapper label, .wrapper input{
	display: block;
}

.wrapper input[type=text]{
	width: 100%;
	height: 35px;
	font-size: 24px;
	margin-bottom: 5px;
}

.wrapper{
	margin: 0 auto;
	width: 100%;
}

.column{
	float: left;
	width: 33%
}

.column-header{
	font-weight: bold;
	font-size: 35px;
}

.input-container fieldset{
	border: 0;
	background-color: grey;
}
.sticky{
	position: fixed;
}