JSFiddle - React, Tailwind, and code Playground

by andyjh07

HTML

<!-- Project -->
<section class="project">
  <div class="row">
    <h4 class="col-md-12">Invocation</h4>

    <p class="col-md-6">Invocation was a fantastic client to work with. The client came to me with a clear idea in mind of what they wanted for their brand and website; this enabled me to give them exactly what they need. I designed their logo and website from the ground
      up. The whole process took less than a month to complete and the whole thing is bespoke to them.
      <a href="">www.invocation.biz</a>
    </p>
    <div class="col-md-6">
      <img src="img/Invocation.png" alt="Invocation.biz a website design by Jon Fuller Web Design">
    </div>
  </div>
</section>

<!-- Project -->
<section class="project">
  <div class="row">
    <h4 class="col-md-12">Invocation</h4>

    <p class="col-md-6">Invocation was a fantastic client to work with. The client came to me with a clear idea in mind of what they wanted for their brand and website; this enabled me to give them exactly what they need. I designed their logo and website from the ground
      up. The whole process took less than a month to complete and the whole thing is bespoke to them.
      <a href="">www.invocation.biz</a>
    </p>
    <div class="col-md-6">
      <img src="img/Invocation.png" alt="Invocation.biz a website design by Jon Fuller Web Design">
    </div>
  </div>
</section>

CSS

.project {
  border-bottom: solid 2px red;
}