JSFiddle - React, Tailwind, and code Playground

by António Almeida

HTML

<div class="container">
<div class="row row-wrap">
		<div class="column column-50">
<article id="post-26" class="post-26 post type-post status-publish format-standard has-post-thumbnail hentry category-news">
	<header class="entry-header">
		<h2 class="entry-title"><a href="https://development.local/20-trainers-reveal-what-they-eat-after-a-workout/" rel="bookmark">20 Trainers Reveal What They Eat After a Workout</a></h2>			<div class="entry-meta">
				<span class="posted-on">Posted on <a href="https://development.local/20-trainers-reveal-what-they-eat-after-a-workout/" rel="bookmark"><time class="entry-date published" datetime="2019-03-14T09:30:32+00:00">March 14, 2019</time><time class="updated" datetime="2019-03-14T09:30:51+00:00">March 14, 2019</time></a></span><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://development.local/author/faizan/">faizan</a></span></span>			</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

	
		<a class="post-thumbnail" href="https://development.local/20-trainers-reveal-what-they-eat-after-a-workout/" aria-hidden="true" tabindex="-1">
<!-- 			<img width="553" height="416" src="https://development.local/wp-content/uploads/2019/03/unnamed-file.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="20 Trainers Reveal What They Eat After a Workout" srcset="https://development.local/wp-content/uploads/2019/03/unnamed-file.jpg 553w, https://development.local/wp-content/uploads/2019/03/unnamed-file-300x226.jpg 300w" sizes="(max-width: 553px) 100vw, 553px">		</a>
 -->
		
	<div class="entry-content">
		<p>20 Trainers Reveal What They Eat After a Workout Sorry, breakfast. When someone is in the throes of a workout regime, the most important meal of the day is that very first one after you exercise, regardless of the time of day. It’s the fuel your body needs to regain energy and build lean muscle […]</p>
	</div><!-- .entry-content -->

	<footer...

CSS

/*!
Theme Name: Nashr
Theme URI: http://underscores.me/
Author: Quvor
Author URI: https://quvor.com
Description: Nashr is a simple WordPress blogging theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nashr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nashr is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*!
 * Milligram v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */

*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #606c76;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6;
}

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin-bottom: 0;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #9b4dca;
  border: 0.1rem solid #9b4dca;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:focus,...