JSFiddle - React, Tailwind, and code Playground
by Nigam Shah
HTML
<p class="test">
Line 1
</p>
<p class="test">
Line 2
</p>
CSS
.test
{
display:inline
}
JavaScript
var x;
var y = x === null;
function alertY()
{
alert(y);
}
window.SetTimeOut(alertY(),100000);
function Education()
{
this.education = "BTech";
}
Person = new Education();