JSFiddle - React, Tailwind, and code Playground
JavaScript
if (window.location.href === `http://127.0.0.1/project/index.php/apply/india#step3
`) {
document.getElementById("step3").style.display = "block";
} else if (window.location.href === `http://127.0.0.1/project/index.php/apply/india#step2
`) {
document.getElementById("step2").style.display = "block";
} else {
document.getElementById("step3").style.display = "block";
}