JSFiddle - React, Tailwind, and code Playground
HTML
<p></p>
<p> </p>
<p>This is paragraph two.</p>
CSS
:empty{width:300px;height:15px;background:blue;}
:-moz-only-whitespace{width:300px;height:15px;background:orange;}
<p></p>
<p> </p>
<p>This is paragraph two.</p>
:empty{width:300px;height:15px;background:blue;}
:-moz-only-whitespace{width:300px;height:15px;background:orange;}