JSFiddle - React, Tailwind, and code Playground

by rexonms

HTML

<div id="content">
  <h6>Model</h6>
  <div id="model-detials">
  </div>
  </div>
</div>

JavaScript

/**
 Call or Apply
**/

function carDetails() {
	document.getElementById('model-detials').append('what')
}