JSFiddle - React, Tailwind, and code Playground
HTML
<div class="our-team">
<h1 class="heading-team">Our Team</h1>
<div class="team-members">
<h1 class="member-name">Lara</h1>
</div>
</div>
CSS
.our-team {
height: 500px;
background: no-repeat url(https://images.pexels.com/photos/807598/pexels-photo-807598.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
background-position: center;
background-size: cover;
}
h1 {
color: #fff;
text-align: center;
}