JSFiddle - React, Tailwind, and code Playground
JavaScript
$('.all-players-list').css('transform' , "translate3d(0px, 0, 0)");
var trslt = -1 * getRandomInt(7547, 7623);
var trsltstr = "translate3d(" + trslt + "px, 0, 0)";
$('.all-players-list').css('transform' , trsltstr);