JSFiddle - React, Tailwind, and code Playground

by Jessie Lau

HTML

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">

<div class="container">
  <div class="row col-md-4 col-md-offset-4">
    <img class="img-responsive" id="handshake-icon" src="https://www.myshlonline.com/~/media/Images/UHCNV/Icons/Enroll-500x500-SS-Grey.ashx?h=500&w=500" alt="">
  </div>
  <div class="row text col-md-12 text-center">
  <h2>Thank you for completing an application !</h2>
  <p>We look forward to assisting you through this expedited process. </p>
  <p>A loan expert will be in contact with you shortly. Should you wish to speak with someone prior to us contacting you, <i><strong>please call 1-855-840-1736</strong></i>.</p>
</div>
</div>

CSS

.text{
  margin-top: 5%;
  background: #eee;
  padding: 30px;
  border-radius: 15px;
}
#handshake-icon{
  max-width: 150px;
  margin-top: 15%;
}