JSFiddle - React, Tailwind, and code Playground
by David Sch
HTML
<script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css">
<!--
Bootstrap docs: https://getbootstrap.com/docs
-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">
<div class="col-12 row x-footer-item d-flex align-self-center justify-content-center my-auto">
<div class="col-4 d-flex justify-content-center"><a href=""><i class="fab fa-instagram" aria-hidden="true"></i></a></div>
<div class="col-4 align-items-center my-auto"><a href=""><i class="fab fa-facebook" aria-hidden="true"></i></a></div>
<div class="col-4"><a href=""><i class="fas fa-envelope" aria-hidden="true"></i></a></div>
</div>
CSS
.row {
background: #f8f9fa;
margin-top: 20px;
}
.col {
border: solid 1px #6c757d;
padding: 10px;
}