JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Title</title>
</head>
<body>
    This is some awesome text.
	<div id="row">
        <img class="left" src="http://img.webme.com/pic/w/wiesnmoaster/stan.jpg" />
        <img class="left" src="http://www.animaatjes.nl/cliparts/cartoons/southpark/clipart_southpark_animaatjes-28.jpg" />
    </div>
    Some more text here!
</body>
</html>

CSS

.left{
    width: 250px;
    height: 250px;
    float: left;
}