JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Bienvenue à la montagne !</h1>

<p>ici il a beaucoup neigé ces derniers temps. Ca se voit non ? </p>

CSS

body
{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/langfr-220px-Google_2015_logo.svg.png");
background-attachment: fixed; /* Le fond restera fixe */
}