You could also do it right inside NR using a dashboard template node with the following code:.
<style>
body {
background-image: url("/Dashback_2021a.jpg"); // file path
background-repeat: no-repeat;
background-size: auto;
background-position: bottom left;
}
</style>