I have a piece of cshtml code similar to the following:
<span class="p1">
Breaking India: Western Interventions in Dravidian and Dalit Faultlines is a book authored by Rajiv Malhotra and Aravindan Neelakandan, arguing that India's unity is facing challenges.
<button class="More">..Show More</button>
</span>
When the button within the span is clicked, it will display all the text content. On a subsequent click, only 100 characters will be visible. How can this functionality be achieved?