JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div id="owl-book" class="owl-carousel booksline"></div>
CSS
.booksline{
border-image: none;
margin: 0 auto 0px;
width: 96%;
height:220px;
padding:20px 20px 20px 0;
border-width: 1px 1px medium;
border-style: solid solid none;
border-color: #EAE9E9 #EAE9E9 currentColor;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
/*For Chrome*/
-webkit-border-start-color: transparent;
-webkit-border-end-color: transparent;
-webkit-border-before-color: transparent;
-webkit-border-after-color: transparent;
/*For IE*/
border-top-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-image: none;
background: #F5F5F5 none repeat scroll 0% 0%;
}