JSFiddle - React, Tailwind, and code Playground

HTML

<div class="education">                

                            <h3 class="date"> April 2013 – Present</h3> 

                            <h3 class="place"> Sutton ON, Canada </h3> 

                            <h3 class="company" > All Reasons Party Rentals </h3>

    </div>

CSS

.education h3 {float:left;padding:0;margin:0;width:33.333%;}

h3.date {text-align:left;background:red}
h3.place {text-align:center;background:green}
h3.company {text-align:right;background:blue}