JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>background-position</title>
</head>
<body>
<div id="qwer">
</div>
</body>
</html>
CSS
body {
padding:0px;
margin:0px;
}
#qwer {
background: #000 url("http://dummyimage.com/50X50") 50% 75% no-repeat;
width:100px;
height:100px;
}