JSFiddle - React, Tailwind, and code Playground
by no2don
JavaScript
<script>
if(window.location.href.indexOf('/cp/')>0){
window.location.href='http://google.com'
}
</script>
by no2don
<script>
if(window.location.href.indexOf('/cp/')>0){
window.location.href='http://google.com'
}
</script>