JSFiddle - React, Tailwind, and code Playground

by tonyleeper

HTML

<input type="text" id="test" />

JavaScript

var test = document.getElementById('test');
test.value = 'foo';