JSFiddle - React, Tailwind, and code Playground
by Alex D
HTML
<div class="test-img"></div>
CSS
.test-img{
background:url('http://www.zingerbug.com/Backgrounds/background_images/tileable_brown_brick_wall_seamless_pattern.jpg') repeat left top;
/*сама картинка у нас 400*400 px*/
background-size:50px 50px;
width:500px;
height:500px;
}