JSFiddle - React, Tailwind, and code Playground

by OlsonDev

HTML

<textarea></textarea>

CSS

textarea {
    width: 200px;
    height: 200px;
	-moz-tab-size: 2;
	-o-tab-size: 2;
	-ms-tab-size: 2;
	tab-size: 2;
}

JavaScript

$('textarea').val('123456789012\n\t3456789012');