JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

HTML

<div class="excerpt">
123
                <?php get_the_excerpt();?>

</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
$(document).ready(function(){

    //$(".excerpt").hide();

});
</script>