JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
* {margin:0;padding:0}
div {background:#f00;width:400px;height:50px;margin:0 auto;position:relative}
div:before,div:after {background:#00f;content:'';position:absolute;top:0;width:100px;height:50px}
div:before {left:-100px}
div:after {right:-100px}