JSFiddle - React, Tailwind, and code Playground

by Sergey khorev

HTML

<div class="pd__tt">sdasdasda
  
</div>


<style> 
.pd__tt-hide{
    display:none;
}
</style>


<script type="text/javascript">
    $(document).ready(function(){
        if (document.location.pathname == 'https://jsfiddle.net/skhorev/owvsja8b/') {
           $('.pd__tt').addClass("pd__tt-hide");   
        }
        if (document.location.pathname == '/foto/stroyashchiesya/') {
           $('.pd__tt').addClass("pd__tt-hide");   
        }
    });
</script>
<? endif; ?>