JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://getfirebug.com/firebug-lite-debug.js"></script>
JavaScript
//External Resource https://getfirebug.com/firebug-lite-debug.js
var address = "42 Wallaby Way";
var street = address.substring(3);
console.log(street);