JSFiddle - React, Tailwind, and code Playground
HTML
<div class="background">
There are 3 CRUCIAL things that you need to remember...
</div>
CSS
.background
{
background: green;
width:500px;
height:400px;
overflow: auto;
padding: 100px 0 0 100px;
color:#d45151;
font-style: italic;
}