How do I make my social media links open in a new window?

Hello,

How do I make my social media links open in a new window instead of the same window (taking the visitor away from the site)? I want to keep the visitor on the site and have the social media links open a new tab/window when clicked.

https://www.3tmi.org/

    Hi WraysConsultingLLC,
    You can add the following HTML code to the Custom module:

    <div class="follow-us">
      <a href="#" class="menu-social facebook" title="Facebook" target="_blank"><i class="fab fa-facebook-f"></i></a>
      <a href="#" class="menu-social twitter" title="Twitter" target="_blank"><i class="fab fa-twitter"></i></a>
      <a href="#" class="menu-social instagram" title="Instagram" target="_blank"><i class="fab fa-instagram"></i></a>
    </div> 
    Write a Reply...
    You need to Login to view replies.