JSFiddle - React, Tailwind, and code Playground

by anar1811

HTML

<textarea name="comments" id="comments" cols="70" rows="10" onfocus="setNewField(this.name, document.getElementById( 'dle-comments-form' ))"></textarea>

JavaScript

$('#comments').css('height','50px');
if(condition) {
	// code to be executed if condition is true
} 
else {
	// code to be executed if condition is false
}