JSFiddle - React, Tailwind, and code Playground

by Terry Bone

HTML

<div class="wrapper">
		<div id="content">

			<section class="category">
				<h2>Programming</h2>
				<section class="forum">
					<h3>HTML &amp; CSS</h3>
					<div class="forum-icon">
						<a href="#">
							<img src="#" alt="html">
						</a>
					</div>
					<div class="forum-box">
						<p class="description">Have any problems in designing a website? Or, have something to share? Just post it here</p>
					</div>
					<!-- Recent posts by this forum -->
					<div class="post-preview">
						<a href="#">
							<img src="#" alt="admin">
						</a>
						<a href="#" class="bold">Admin</a>
						<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large.</p>
					</div>
					<div class="post-preview">
						<a href="#">
							<img src="#" alt="admin">
						</a>
						<a href="#" class="bold">Admin</a>
						<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the gre</p>
					</div>
					<div class="post-preview">
						<a href="#">
							<img src="#" alt="admin">
						</a>
						<a href="#" class="bold">Admin</a>
						<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could se</p>
					</div>
				</section>


				<section class="forum">
					<h3>Javascript</h3>
					<div class="forum-icon">
						<a href="#">
							<img src="#" alt="javascript">
						</a>
					</div>
					<div class="forum-box">
						<p class="description">Have something tricky? Share it here!</p>
					</div>
					<div class="forum-subforum">
						<a href="#">jQuery</a>
						<a href="#">MooTools</a>
					</div>

					<!-- Recent posts by this forum...