JSFiddle - React, Tailwind, and code Playground

HTML

<div class="general">

</div>

CSS

.general { height: 800px; background: url('https://css-tricks.com/examples/FullPageBackgroundImage/images/bg.jpg');
background-position: right top;
background-size: 70%;
background-size: 70% cover;
background-repeat: no-repeat;
}