JSFiddle - React, Tailwind, and code Playground
HTML
<div id="block-body">
<div class="wrapper">
</div>
</div>
CSS
#block-body{
width: 97%;
height: 97%;
padding:15px;
position: absolute;
background-image: url(http://bestwallpaperhd.com/wp-content/uploads/2016/04/Abstract-Colorful-Smoke-Art.jpg);
background-repeat: repeat;
background-attachment:fixed;
border-radius: 20px;
}
.wrapper{
height:5000px;
}