JSFiddle - React, Tailwind, and code Playground

HTML

<h1 id="h_1">This is title</h1>

<h1 id="h_2">This is title</h1>

CSS

body{
    margin:0;
    padding:0;
    background:url('https://classconnection.s3.amazonaws.com/302/flashcards/1996302/jpg/94894-004-5cf8b4821348887506332.jpg');
    font-size:150%;
}

#h_1{
   color:transparent;
    background:white;
    width:300px;
    text-align:center;
    margin:auto;
    margin-top:50px;
}

#h_2{
    color:black;
    background:white;
    width:300px;
    text-align:center;
    margin:auto;
    margin-top:50px;
}