JSFiddle - React, Tailwind, and code Playground

by Manawe

HTML

<div class="groundImage whiteText"> Test 0,1 </div>
<div id = "text1"> Test 1</div>
<img class="groundImage position" src="https://data.mo.ee/sheet/ground2.gif?49044b6174857a39a06f0167070383derpg.mo.ee">

<div> Test 3</div>

CSS

img {
  width: 100%;
  height: 100%;
}

.groundImage {
1border: 5px solid black;
    background: black;
}
.whiteText {
  color: white;
}

#text1 {
  color: red;
}
    .position {
        width: 400px;
        height: 300px;
        margin: 175px 0 0 100px;
    }