JSFiddle - React, Tailwind, and code Playground

JavaScript

(function() {
    $(document).ready(function() {
        var voices = window.speechSynthesis.getVoices();
        alert(voices.length);
    });
})();