JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<style>
body {
background-image: url('https://m.media-amazon.com/images/I/61Ut+8xNIPL._AC_SX522_.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</body>
<img id="img1" style = "text-align: left; " width = "40%" >
JavaScript
{
document.getElementById("img1").src =...