JSFiddle - React, Tailwind, and code Playground

by lollero

HTML

<div class="content_block">

    <div class="clearfloat">
          <h2 class="page_title">Social Media <a href="#top" class="b2t_link">Back to top</a></h2>
          
    </div>

    <div class="two_col_textAndImage_text">
        <h2 class="item_title_no_image">Social Media Integrations</h2>
        <p class="item_text_no_image">
            Social Media is fast becoming a channel for advertising, promoting and applying for vacancies. Some organisations have fully embraced this within their recruitment strategies whilst others have not yet or do not wish to adopt this trend. Whatever the view of your own organisation's recruitment channels, ATS2go has been designed to integrate seamlessly with social media. <br/><br/>
            Social Media buttons, such as Facebook, Twitter and LinkedIn can be embedded within you vacancy postings enabling visitors to your site to forward a link to their friends and contacts about your vacancies. In addition, ATS2go includes automative "Job Tweets" for your vacancies which include a link back to your recruitment page; people simply click on the link within the Tweet and can then find out more about the role and hopefully submit their application immediately - simple, easy and free! <br/><br/>
                        
        
        </p>
    </div>
    
    
    <div class="two_col_textAndImage_image">
                <img / src="https://text-development.ats2go.com/img/content_images/social-media.jpg" width="250px"/>
    <div>
</div>

CSS

/* Inherited */
.content_block{
  width: 990px;
  border-width:1px;
  clear:both;
  overflow:hidden;    
}

.item_title_no_image{
    font-size:15px;
    font-family: 'FamiliarProBold',Arial,Helvetica,sans-serif;
    padding-left:15px;
    font-weight:400;
    margin-bottom:8px;
    float:left;
    width:360px;
    line-height:20px;
    padding-top:5px;
    /*color: #053452; Dark Blue*/
    color: #729ABD;

}

.item_text_no_image{
    font-size:13px;
    font-family: Arial,Helvetica,sans-serif;
    padding-left:15px;
    padding-right:30px;
    width:90%;
    margin-bottom:5px;
    float:left;
    color:#666666;
    text-align: justify;
    line-height:20px;

}

/*End of Inherited*/

.clearfloat {
  clear:both;
  padding-bottom: 5px;
}

* {
  font-family: Arial, Helvetica, sans-serif;
  color: #bcbcbc;    
}

.page_title{
    font-size:18px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:400;
    padding-left:16PX;
    /*color:#053452; Dark Blue*/
    color: #729ABD;
}


.b2t_link{
   float: right;
   font-family: 'FamiliarProBold',Arial,Helvetica,sans-serif;
   font-size: 11px;
   color: #729ABD;    
}

a.b2t_link:visited{
   color: #729ABD;
}

a.b2t_link:hover{
   color: #053452;
}

.two_col_textAndImage_text{
   width: 720px;
   font-size: 11px;
   display: block;
   float: left;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 10px;
   min-height: 300px;    
}

.two_col_textAndImage_image{
   font-size: 11px;
   display: block;
   float: right;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 50px;
   min-height: 300px;
   text-align: right;      
}