JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>background-position</title>
<style>
body {padding:0px;margin:0px;}
#qwer {background:#000;width:100px;height:100px;background-position:50% 75%;}
</style>
</head>
<body>
<div id="qwer">
</div>
</body>
</html>