JSFiddle - React, Tailwind, and code Playground
HTML
<div class="footer-block">
CSS
.footer-block {
height: 250px;
width: 100%;
background: #000;
}
<div class="footer-block">
.footer-block {
height: 250px;
width: 100%;
background: #000;
}