JSFiddle - React, Tailwind, and code Playground

by mukkaram waheed

HTML

<!DOCTYPE html>
<html>

<body>


<div>

<p>
Hello
</p>
</div>
</body>
</html>

CSS

body {
	margin: 25%;
    background-image: url("http://via.placeholder.com/350x150");
    background-repeat: no-repeat;
		background-position: 25% 25%;

}
p{
	text-align:center;
}