JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
div {
background-image: url("http://placekitten.com/200/300");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
height: 300px;
width: 200px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>