WhatsApp button in the bottom right Tailwindcss

 Internet is full of examples explaining how to do it with jquery and various weird methods and even libaries. Here is an example to just corner this button with fixed css in our case tailwindcss.


<!-- WhatsApp button -->

            <div class="fixed  bottom-10 right-10 z-40">

              <a target="_blank" href="https://wa.me/+32486265215">

                 <img class="w-10" src="https://cdn.glitch.global/d267a12a-9cc9-454a-a1d1-8742059f6fc4/whatsapp-png-image-9.png?v=1671008584435" />

              </a>

            </div>



A marketing information about conversion of this button? 
I will publish here later. 


Comments