JSFiddle - React, Tailwind, and code Playground

HTML

<body>
<h> Test </h> <br> <p1> someting important</p1> <h1> test 2 </h1>
<p> hi </p>
<p2> This is<img class="irc_mi" style="margin-top: 74px;" src="http://www.godandscience.org/images/universe/ngc6751.jpg" width="640" height="480">a nebula</p2>
</body>

CSS

<!DOCTYPE html>
<html>
<head>
<style>
body {background-color:red}
h1   {color:orange}
p    {color:purple}
p1   {color:green}
p2   {color:green}
</style>
</head>