JSFiddle - React, Tailwind, and code Playground

by ira kantsurova

HTML

<body>
    <h1>Hi!</h1>
    <p>bye!</p>
</body>

<!-- 
=== exact match; 
|| or; 
!= not; 
&& and; 
!_ not;
% remainder (10%3 => 1)
"foo" + "bar" = "foobar"

-->