JSFiddle - React, Tailwind, and code Playground
by learner001
HTML
<div id="header">
<h1>City Gallery</h1>
<h1>City Gallery</h1>
<h1>City Gallery</h1>
<h1>City Gallery</h1>
<h1>City Gallery</h1>
<h1>City Gallery</h1>
<h1>City Gallery</h1>
</div>
CSS
#header {
background-color:white;
color:black;
text-align:center;
padding:5px;
width:50%;
border-color:red;
border-style: solid;
height:200px;
overflow-y: scroll;
}