JSFiddle - React, Tailwind, and code Playground
HTML
<div class="background">
<div class="head1">There are 3 CRUCIAL things that you need to remember...</div>
<div class="points">
</div>
</div>
CSS
.background
{
background: green;
width:600px;
height:500px;
overflow: auto;
}
.head1{
font-size:18px;
font-family:calibri;
font-style:italic;
color:#d45151;
margin-top:100px;
margin-left:100px;
}