JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://github.com/daniel-lundin/snabbt.js/releases/download/v0.3.0/snabbt.min.js"></script>
<div style="border:1px solid;width:60px;" id="res">element</div>

JavaScript

var element = document.getElementById('res');
snabbt(element, {
    position: [20, 0, 0],
    fromWidth: 60,
    width:200
})