JSFiddle - React, Tailwind, and code Playground
HTML
<div id="box">
</div>
CSS
#box{
border:1px solid #cdcdcd;
border-radius: 5px;
width: 732px;
height: 250px;
background-color:#ccc;
background-image: url(http://helmutgranda.com/labs/ni/academic/academic.jpg)
}