JSFiddle - React, Tailwind, and code Playground
HTML
<div id="sliderul"></div>
CSS
#sliderul {width:50px;height:50px;background-color:red;}
JavaScript
//var step = 22;
var obj = 2;
$("#sliderul").animate({marginLeft: "-"+step*obj}, 500);
<div id="sliderul"></div>
#sliderul {width:50px;height:50px;background-color:red;}
//var step = 22;
var obj = 2;
$("#sliderul").animate({marginLeft: "-"+step*obj}, 500);