JSFiddle - React, Tailwind, and code Playground

HTML

<div>hh:mm:ss</div>

JavaScript

var time = $('div').text();
alert(time.slice(3,5));