Bootstrap “Read More”

My customer’s glasses shop based on Magento 2.3, using Bootstrap 3 based theme. Here is a method to add “Read More…” at this glasses shop. Here is the basic code:

<div>
How to buy eyeglasses online? <a class=”hook in” data-toggle=”collapse” href=”.hook” aria-expanded=”false”>read more</a>
</div>

<div class=”collapse hook”>
It will save you a lot if you buy prescription glasses online, say, you will save up to 75% if you shop for your new glasses from https://www.eyewearuk.com!
</div>