JSFiddle - React, Tailwind, and code Playground

HTML

<div class="header">
    
</div>

CSS

.header {
    height: 200px;
    background: url(http://joyful-shop.ru/head.jpg) 50% 0 no-repeat;
    background-size: cover;
}