JSFiddle - React, Tailwind, and code Playground
HTML
<div class="section">
<p>This is some text for a filler to your project of awesomeness!</p>
</div>
CSS
.section {
background: url(http://jpowell43.mydevryportfolio.com/flatDesign/images/tab-2.svg) no-repeat rgba(255, 255, 0, 0.4);
background-position: center right;
background-size: 80px 60px;
width: 100%;
min-height: 100px;
position: relative;
}