JSFiddle - React, Tailwind, and code Playground

by salt

HTML

<p>hello kitty</p>
<div class="cleaner"></div>
<p>try this one</p>
<div class="cleaner"></div>
<p>try this one<br><img src="http://www.asmirc.com/wp-content/gallery/kedi/cat-facts.jpg"/></p>
<div class="cleaner"></div>

CSS

p{width:800px;height:100px;background-color:red;position:relative;}
.cleaner{float:clear;}

JavaScript

$("p:has(img)").css("text-align","center");