So I making a bottom footer I want that div
to placed at top right using flex, can someone help me with this?
But I want to make it like this
<footer class="w-full h-96 bg-black mt-9 mb-4 relative"><div class="flex flex-col justify-start items-end"><div class="flex justify-center items-center flex-col"><p class="footer-p font-bold">FOLLOW US</p><div class="flex flex-row"><img src="images/instagram.png" alt="insta" class="h-5 w-5"><img src="images/youtube.png" alt="yt" class="h-5 w-5"><img src="images/fb.png" alt="fb" class="h-5 w-5"><img src="images/x.png" alt="twitter x" class="h-5 w-5"></div><p class="footer-p font-bold">CONTACT US</p><div><p class="footer-p">Email :- customercare@brandeyes.in</p><p class="footer-p">Phone : 011-42700400</p><p class="footer-p">Mon-Fri, 10 AM - 4 PM</p></div></div></div></footer>