JSFiddle - React, Tailwind, and code Playground
HTML
<input type="number" value="20" onchange="document.body.style.backgroundSize=this.value+'px '+this.value+'px'">
CSS
body{
background: url('http://i.imgur.com/FBs3b.png') repeat;
background-size: 20px 20px;
}