JSFiddle - React, Tailwind, and code Playground
by Yosef Waysman
HTML
<link rel="stylesheet" href="http://www.owlcarousel.owlgraphic.com/assets/owlcarousel/assets/owl.carousel.min.css">
<script src="http://www.owlcarousel.owlgraphic.com/assets/owlcarousel/owl.carousel.js"></script>
<div class="owl-carousel">
<div class="item"><h4>1 שקופית</h4></div>
<div class="item"><h4>2 שקופית</h4></div>
<div class="item"><h4>3 שקופית</h4></div>
<div class="item"><h4>4 שקופית</h4></div>
<div class="item"><h4>5 שקופית</h4></div>
<div class="item"><h4>6 שקופית</h4></div>
</div>
CSS
body {
direction: rtl;
}
JavaScript
$('.owl-carousel').owlCarousel({
rtl: true,
loop: true,
margin:10,
nav: true,
items: 1
})