JSFiddle - React, Tailwind, and code Playground

by elcoyote67

HTML

<div id=square>
<div>
<img src ="https://i.imgur.com/MkE0RpX.gif" style="position: fixed; top:150px; left:250px; height:60px;" > </div>
</div>

<br><br>

CSS

#square{
	background-color: black;
  background-image: url(https://i.imgur.com/OAP9QA2.png);
  background-repeat: no-repeat;
	color: white;
	height: 874px;
	width: 521px;	
	text-align:left;
	font-family: "Arial Black", sans-serif;
	}
  
  #square2{
	background-color: white;
	color: white;
	height: 200px;
	width: 200px;	
	padding-top: 15px;
	text-align:left;
	font-family: "Arial Black", sans-serif;
	}