JSFiddle - React, Tailwind, and code Playground

by hescano

HTML

<input type="radio" name="optFileType" id="optFileType" value="checked">
<input type="radio" name="optFileType" id="optFileType2" onclick="javascript:alert('blablabla')">

JavaScript

document.getElementById("optFileType2").click();