JSFiddle - React, Tailwind, and code Playground

by Nate Armstrong

HTML

<script src="//code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="row">
  <div class="col-xxs-12 col-xs-7 col-sm-8 col-md-10">
    <h3>Welcome Homeschool Students</h3>

    <p>Ohio Christian University welcomes home-schooled students – those who have been taught at home, either by their parents or by individuals outside of the traditional educational system. We aim to make your transition into college a smooth one, whether you are interested in getting a head start on your college degree by earning early college credit in our Trailblazer Academy, or you are looking to enroll in one of our On-Campus Undergraduate degree programs or one of our online degree programs with OCUOnline Plus.</p>

    <p>Ohio Christian truly is a homeschool-friendly university. In fact, all homeschooled students enrolling in the on-campus program automatically receive the <b>$2,000 per year OCU Homeschool Scholarship!</b></p>
  </div>

  <div class="col-xxs-12 col-xs-5 col-sm-4  col-md-2">[[{"fid":"189","view_mode":"wysiwyg","fields":{"format":"wysiwyg","field_file_image_alt_text[und][0][value]":"OCU 2019 Homeschool Award","field_file_image_title_text[und][0][value]":"OCU 2019 Homeschool Award"},"type":"media","field_deltas":{"1":{"format":"wysiwyg","field_file_image_alt_text[und][0][value]":"OCU 2019 Homeschool Award","field_file_image_title_text[und][0][value]":"OCU 2019 Homeschool Award"}},"link_text":false,"attributes":{"alt":"OCU 2019 Homeschool Award","title":"OCU 2019 Homeschool Award","class":"media-element file-wysiwyg","data-delta":"1"}}]]</div>
</div>

<div class="row">
  <div...

CSS

.row {
  background: #f8f9fa;
  margin-top: 20px;
}

.col {
  border: solid 1px #6c757d;
  padding: 10px;
}