JSFiddle - React, Tailwind, and code Playground
by Chris Sun
HTML
<div id="choices">
<p class="choice">Business Traveller </p><img id="laptop" align="middle" src="http://i.imgur.com/oUtx42Z.jpg" height = "90" width ="90" />
<p class="choice">Office Supply Purchases</p>
<p class="choice">Stay at home parent</p>
<p class="choice">Entertainment</p>
<p class="choice">Profile 6 </p>
</div>
CSS
.choice {
margin-top:0px;
margin-left:20px;
text-align:center;
width:27%;
background-image: url("http://i.imgur.com/H43sVoi.png");
padding-top:15px;
padding-bottom:15px;
}